mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Git: add sync alias
This commit is contained in:
parent
2d993d6fbd
commit
b7afca77a3
@ -39,6 +39,7 @@
|
|||||||
[alias]
|
[alias]
|
||||||
mergetest = !git switch test && git pull && git merge --no-ff -m \"Merge $1 features to test\" $1
|
mergetest = !git switch test && git pull && git merge --no-ff -m \"Merge $1 features to test\" $1
|
||||||
upstream = !git push -u origin HEAD
|
upstream = !git push -u origin HEAD
|
||||||
|
sync = !git pull && git push
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
pager = no
|
pager = no
|
||||||
|
Loading…
Reference in New Issue
Block a user