Skip to content

Instantly share code, notes, and snippets.

@alexanderGugel
Created December 2, 2014 19:11
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 alexanderGugel/f28d30cb0a6dae7c7bb1 to your computer and use it in GitHub Desktop.
Save alexanderGugel/f28d30cb0a6dae7c7bb1 to your computer and use it in GitHub Desktop.
My .gitconfig
[user]
name = Alexander Gugel
email = alexander.gugel@gmail.com
[alias]
lazy = !git add -A && git commit -m 'Too lazy for a commit message'
yolo = push origin master --force
back = revert HEAD
pom = !git pull origin master && git push origin master
shit = reset --hard HEAD
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment