Skip to content

Instantly share code, notes, and snippets.

@mostafabahri
Last active December 16, 2017 08:37
Show Gist options
  • Save mostafabahri/ef94fa9265e1e85c7c76c27a62485c4c to your computer and use it in GitHub Desktop.
Save mostafabahri/ef94fa9265e1e85c7c76c27a62485c4c to your computer and use it in GitHub Desktop.
[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