mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 22:45:37 +00:00
fix gpp
This commit is contained in:
parent
d28465e475
commit
82e85a7d95
@ -1,4 +1,6 @@
|
|||||||
set -l branch (git branch 2>/dev/null | grep '^\*' | colrm 1 2)
|
set -l branch (git branch 2>/dev/null | grep '^\*' | colrm 1 2)
|
||||||
set -l command "git push --set-upstream origin $branch"
|
and set -l command "git push --set-upstream origin $branch"
|
||||||
commandline -r $command
|
and commandline -r $command
|
||||||
commandline -f execute
|
and commandline -f execute
|
||||||
|
and echo "git push --set-upstream origin $branch"
|
||||||
|
and git push --set-upstream origin $branch
|
||||||
|
Loading…
Reference in New Issue
Block a user