File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8080 new = "log-pretty @{u}..." ;
8181 p = "pull --prune --all --autostash" ;
8282 pm = "!git fetch origin $(git main):$(git main) 2>/dev/null" ;
83- 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 --set-upstream --force-with-lease --force-if-includes origin" ;
83+ stack = "!git log --pretty='format:%D' $(git main).. | cut -d' ' -f3 " ;
84+ puf = "!git stack | 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