Skip to content

Instantly share code, notes, and snippets.

@eboukamza
Last active November 25, 2019 19:21
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 eboukamza/b912b365d4404a9040b74ad738bfe570 to your computer and use it in GitHub Desktop.
Save eboukamza/b912b365d4404a9040b74ad738bfe570 to your computer and use it in GitHub Desktop.
my gitconfig
[color]
ui = true
[core]
autocrlf = input
safecrlf = true
[alias]
co = checkout
ci = commit
st = status -s
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
fa = fetch --all -p
cian = commit --amend --no-edit
hide = update-index --assume-unchanged
unhide = update-index --no-assume-unchanged
rebase-from-scratch = rebase -i --root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment