add gitconfig
This commit is contained in:
parent
89640a89b3
commit
871ccba304
1 changed files with 19 additions and 0 deletions
19
dot_gitconfig.tmpl
Normal file
19
dot_gitconfig.tmpl
Normal file
|
@ -0,0 +1,19 @@
|
|||
[user]
|
||||
email = {{ .git_email }}
|
||||
name = {{ .git_alias }}
|
||||
[pull]
|
||||
rebase = false
|
||||
[alias]
|
||||
a = add
|
||||
c = commit
|
||||
cd = checkout develop
|
||||
cl = clone
|
||||
cm = checkout master
|
||||
co = checkout
|
||||
cp = cherry-pick
|
||||
fo = fetch origin
|
||||
m = merge
|
||||
nb = checkout -b
|
||||
p = push -u origin
|
||||
pu = pull
|
||||
s = status
|
Loading…
Add table
Reference in a new issue