mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
add gitconfig
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user