git: add aliases
This commit is contained in:
parent
35ad6b40b7
commit
e12a6b4fa9
1 changed files with 10 additions and 2 deletions
|
@ -1,9 +1,17 @@
|
|||
[alias]
|
||||
ap = add -p
|
||||
br = branch
|
||||
cm = commit
|
||||
co = checkout
|
||||
df = diff
|
||||
lc = log -1 HEAD --stat
|
||||
ll = log --oneline
|
||||
st = status -sb
|
||||
un = reset HEAD --
|
||||
[user]
|
||||
name = Dmitry Zakharchenko
|
||||
email = dmitz@disroot.org
|
||||
username = dmitz
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[sendemail]
|
||||
|
|
Loading…
Reference in a new issue