Skip to content

Instantly share code, notes, and snippets.

View imchiennb's full-sized avatar
🌥️
Every Cloud Has A Silver Lining.

Chien. imchiennb

🌥️
Every Cloud Has A Silver Lining.
View GitHub Profile
@prograhammer
prograhammer / git-cheat-sheet.md
Last active November 4, 2024 02:58
Git cheat sheet for some useful Git commands and command scenarios.
@vratiu
vratiu / .bash_aliases
Last active November 11, 2025 21:10
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset