Added aliases
This commit is contained in:
12
.gitconfig
12
.gitconfig
@@ -5,3 +5,15 @@
|
||||
helper = store --file ~/.git-credentials
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[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