Created
October 8, 2018 07:05
-
-
Save Aracki/f8cd7e60f8a5645da7b693be1238daef to your computer and use it in GitHub Desktop.
Git config file with useful aliases
This file contains hidden or 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 = [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment