Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Last active March 4, 2021 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anjanashankar9/2f8e7f48c180ac8ed2d9be23722127e4 to your computer and use it in GitHub Desktop.
Save anjanashankar9/2f8e7f48c180ac8ed2d9be23722127e4 to your computer and use it in GitHub Desktop.
git essential
source ~/.git-completion.bash
source ~/.git-prompt.sh
export GIT_PS1_SHOWDIRTYSTATE=1
export PS1="\e[0;32m[\u:\W]\$(__git_ps1)$ \[\033[00m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment