Skip to content

Instantly share code, notes, and snippets.

@darkmavis1980
Created April 25, 2018 22:27
Show Gist options
  • Save darkmavis1980/a8138f7739d2669782db101127d55c13 to your computer and use it in GitHub Desktop.
Save darkmavis1980/a8138f7739d2669782db101127d55c13 to your computer and use it in GitHub Desktop.
Git aliases
git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cd)%Creset %C(bold blue)<%an>%Creset' --date=relative"
git config --global alias.st status
git config --global alias.co checkout
git config --global alias.br "branch -vv"
git config --global alias.fa "fetch --all -p"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment