Skip to content

Instantly share code, notes, and snippets.

@brainwire
Last active November 20, 2016 18:14
Show Gist options
  • Save brainwire/fcd4ce3900b7d923d7c9 to your computer and use it in GitHub Desktop.
Save brainwire/fcd4ce3900b7d923d7c9 to your computer and use it in GitHub Desktop.
.gitconfig
git config --global user.name "Gorbunov Vadim"
git config --global user.email vad.gorbunov@gmail.com
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment