1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-03-02 06:12:03 +00:00

5 lines
179 B
Fish
Raw Normal View History

2022-04-30 10:21:43 -04:00
set -l branch (git branch 2>/dev/null | grep '^\*' | colrm 1 2)
2022-05-16 20:27:26 -04:00
and set -l command "git push --set-upstream origin $branch"
and commandline -r $command
and commandline -f execute