Add push alias
This commit is contained in:
parent
8720c4e4ca
commit
a53ba2e667
|
@ -207,3 +207,4 @@ alias cpr=rsync --archive -hh --partial --info=stats1,progress2 --modify-window=
|
|||
alias mvr=rsync --archive -hh --partial --info=stats1,progress2 --modify-window=1 --remove-source-files
|
||||
alias rg="rg -i --colors 'match:bg:yellow' --colors 'match:fg:black' --colors 'match:style:nobold' --colors 'path:fg:green' --colors 'path:style:bold' --colors 'line:fg:yellow' --colors 'line:style:bold'"
|
||||
alias ag="rg -i --colors 'match:bg:yellow' --colors 'match:fg:black' --colors 'match:style:nobold' --colors 'path:fg:green' --colors 'path:style:bold' --colors 'line:fg:yellow' --colors 'line:style:bold'"
|
||||
alias push="git add -A && git commit -m '`date`' && git push"
|
||||
|
|
Loading…
Reference in New Issue