Added gitconfig
This commit is contained in:
12
.gitconfig
Normal file
12
.gitconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
[alias]
|
||||
a = add
|
||||
b = branch
|
||||
c = commit
|
||||
cl = clone
|
||||
co = checkout
|
||||
cp = cherry-pick
|
||||
m = merge
|
||||
p = push --follow-tags
|
||||
pu = pull
|
||||
r = reset
|
||||
s = status
|
||||
Reference in New Issue
Block a user