Push dots
This commit is contained in:
12
laptop-nord/.gitconfig
Normal file
12
laptop-nord/.gitconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
[alias]
|
||||
aa = add .
|
||||
st = status
|
||||
sh = show
|
||||
d = diff
|
||||
c = commit -v
|
||||
ca = commmit -v --amend
|
||||
co = checkout
|
||||
b = branch
|
||||
l = pull
|
||||
p = push
|
||||
log = log --oneline --decorate --graph
|
||||
Reference in New Issue
Block a user