Created
October 8, 2018 07:05
Git config file with useful aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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