removing gitpush alias in favor of auteSetupRemote git config

This commit is contained in:
Rudis Muiznieks 2022-08-19 07:51:34 -05:00
parent d79f346551
commit c75412d698
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
2 changed files with 2 additions and 1 deletions

View File

@ -12,3 +12,5 @@
ff = only
[init]
defaultBranch = main
[push]
autoSetupRemote = true

View File

@ -28,7 +28,6 @@ alias j='goto'
alias jqize="jq -R -r '. as \$line | try fromjson catch \$line'"
alias jcurl="curl -H 'Content-Type: application/json' -H 'Accept: application/json'"
alias gitlog='git log --oneline --graph'
alias gitpush='git push origin $(git rev-parse --abbrev-ref HEAD)'
alias watchsync='watch grep -e Dirty: -e Writeback: /proc/meminfo'
alias psgrep='ps -ef | grep -v grep | grep'
alias serve='python -m http.server'