Skip to content

Instantly share code, notes, and snippets.

@benman1
Created October 15, 2018 11:20
Show Gist options
  • Save benman1/ab98c34298f18248289b2eed1da8457b to your computer and use it in GitHub Desktop.
Save benman1/ab98c34298f18248289b2eed1da8457b to your computer and use it in GitHub Desktop.
[alias]
unadd = reset HEAD
st = status
co = checkout
uncommit = reset --soft HEAD^
changed = diff-tree -no-commit-id --name-only -r
updatesubmodules = pull --recurse-submodules && git submodule update
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
[pull]
rebase = true
[push]
default = simple
[http]
sslVerify = false
[core]
editor = /usr/bin/vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment