forked from ahurac/dotfiles
Mise à jour : configuration de git
This commit is contained in:
parent
253599cfcb
commit
9d3897b579
2 changed files with 12 additions and 7 deletions
|
@ -7,3 +7,14 @@
|
||||||
defaultbranch = main
|
defaultbranch = main
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
[alias]
|
||||||
|
s = status
|
||||||
|
l = log
|
||||||
|
c = commit
|
||||||
|
d = diff
|
||||||
|
p = pull
|
||||||
|
ch = checkout
|
||||||
|
a = add
|
||||||
|
sh = show
|
||||||
|
m = merge
|
||||||
|
r = rebase
|
||||||
|
|
|
@ -9,11 +9,5 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# git
|
# git
|
||||||
alias ga='git add'
|
alias g=git
|
||||||
alias gs='git status'
|
|
||||||
alias gc='git commit'
|
|
||||||
alias gm='git merge'
|
|
||||||
alias gch='git checkout'
|
|
||||||
alias gp='git pull'
|
|
||||||
alias gpus='git push'
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue