File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8181 p = "pull --prune --all --autostash" ;
8282 pm = "!git fetch origin $(git main):$(git main) 2>/dev/null" ;
8383 stack = "!git log --decorate=short --pretty='format:%D' origin/$(git main).. | sed 's/, /\\ n/g; s/HEAD -> //' | grep -Ev '^$'" ;
84- puf = "!git log --decorate=short --pretty='format:%D' origin/$(git main).. | sed 's/, /\\ n/g; s/HEAD -> //' | grep -Ev '^$' | xargs git push --force-with-lease --force-if-includes origin" ;
84+ puf = "!git log --decorate=short --pretty='format:%D' origin/$(git main).. | sed 's/, /\\ n/g; s/HEAD -> //' | grep -Ev '^$' | xargs git push --set-upstream -- force-with-lease --force-if-includes origin" ;
8585 rb = "!f() {
8686 if [ $# -eq 0 ]; then
8787 git fetch origin $(git main):$(git main)
You can’t perform that action at this time.
0 commit comments