Skip to content

Instantly share code, notes, and snippets.

@suneg
Created September 16, 2020 13:35
Show Gist options
  • Save suneg/72f19dbacf055574c3b799ed9db25e60 to your computer and use it in GitHub Desktop.
Save suneg/72f19dbacf055574c3b799ed9db25e60 to your computer and use it in GitHub Desktop.
git config
[push]
default = simple
[alias]
co = checkout
st = status
br = branch
c = commit
hist = log --oneline --graph --decorate --all
unstage = reset HEAD --
[pull]
rebase = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment