removing gitpush alias in favor of auteSetupRemote git config
This commit is contained in:
parent
d79f346551
commit
c75412d698
|
@ -12,3 +12,5 @@
|
||||||
ff = only
|
ff = only
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
|
|
@ -28,7 +28,6 @@ alias j='goto'
|
||||||
alias jqize="jq -R -r '. as \$line | try fromjson catch \$line'"
|
alias jqize="jq -R -r '. as \$line | try fromjson catch \$line'"
|
||||||
alias jcurl="curl -H 'Content-Type: application/json' -H 'Accept: application/json'"
|
alias jcurl="curl -H 'Content-Type: application/json' -H 'Accept: application/json'"
|
||||||
alias gitlog='git log --oneline --graph'
|
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 watchsync='watch grep -e Dirty: -e Writeback: /proc/meminfo'
|
||||||
alias psgrep='ps -ef | grep -v grep | grep'
|
alias psgrep='ps -ef | grep -v grep | grep'
|
||||||
alias serve='python -m http.server'
|
alias serve='python -m http.server'
|
||||||
|
|
Loading…
Reference in New Issue