Last active
December 16, 2017 08:37
-
-
Save mostafabahri/ef94fa9265e1e85c7c76c27a62485c4c to your computer and use it in GitHub Desktop.
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
[core] | |
autocrlf = input | |
editor =vim | |
[alias] | |
st = status | |
ld = "log --decorate --oneline" | |
ld5 = "log --decorate --oneline -n 5" | |
ll = "log --relative-date --decorate --graph --stat --abbrev-commit" | |
lla = "log --relative-date --decorate --graph --stat --abbrev-commit --all" | |
can = "commit --amend --no-edit" | |
cm = "commit -m" | |
ad = "add ." | |
df = diff --color-words | |
bv = "branch -av" | |
[credintial] | |
helper = cache | |
[credential] | |
helper = cache --timeout=3600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment