Loading .config/git/config +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ merg = merge --no-edit pop = stash pop posh = push --set-upstream origin HEAD pre-commit = !git diff --name-only | xargs -r pre-commit run --files pre-commit = ! pre-commit run --files $(git diff --name-only) $(git diff --cached --name-only) Pull = pull --progress --ff --tags pull-force = !git fetch && git reset --hard "$(git tracking)" pushes = !git remote | xargs -n1 git push Loading Loading
.config/git/config +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ merg = merge --no-edit pop = stash pop posh = push --set-upstream origin HEAD pre-commit = !git diff --name-only | xargs -r pre-commit run --files pre-commit = ! pre-commit run --files $(git diff --name-only) $(git diff --cached --name-only) Pull = pull --progress --ff --tags pull-force = !git fetch && git reset --hard "$(git tracking)" pushes = !git remote | xargs -n1 git push Loading