git-push-upstream no longer needed

This commit is contained in:
Noah Masur
2023-06-16 08:00:07 -04:00
parent a6ec04db7e
commit 25e56b7421
2 changed files with 0 additions and 9 deletions

View File

@ -1,4 +0,0 @@
set -l branch (git branch 2>/dev/null | grep '^\*' | colrm 1 2)
and set -l command "git push --set-upstream origin $branch"
and commandline -r $command
and commandline -f execute