Skip to content

Instantly share code, notes, and snippets.

@Aracki
Created October 8, 2018 07:05
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 Aracki/f8cd7e60f8a5645da7b693be1238daef to your computer and use it in GitHub Desktop.
Save Aracki/f8cd7e60f8a5645da7b693be1238daef to your computer and use it in GitHub Desktop.
Git config file with useful aliases
[alias]
plom = pull origin master
br = branch -av
s = status
d = diff
l = log --graph --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %an, %ar%Creset'
ll = log --stat --abbrev-commit
[user]
name = Aracki
email = aracki.ivan@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment