Skip to content

Instantly share code, notes, and snippets.

@polozov
Last active December 26, 2015 02:49
Show Gist options
  • Select an option

  • Save polozov/7080873 to your computer and use it in GitHub Desktop.

Select an option

Save polozov/7080873 to your computer and use it in GitHub Desktop.
[user]
name = Dmitriy Polozov
email = [email protected]
[alias]
st = status
ci = commit -m
cii = commit -am
cia = commit --amend -m
ciah = commit --amend -C HEAD
br = branch
co = checkout
df = diff
lg = log -p
a = add
aa = add .
pr = pull --rebase
rc = rebase --continue
su = stash -u
sp = stash pop
sl = stash list
rh = reset --hard
rs = reset --soft
ux = update-index --no-assume-unchanged
uxu = update-index --assume-unchanged
chp = cherry-pick
rmc = rm -r --cached
rmcc = rm -r --cached .
[color]
ui = auto
[credential]
helper = cache --timeout=36000
[push]
default = tracking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment