Loading .gitconfig +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ empty-commit = commit --allow-empty exec = "!exec " ff = merge --no-edit --ff-only master fixup = !git commit --fixup $(git last-commit) fixup = !cd "${GIT_PREFIX:-}" && git commit --fixup $(git last-commit) forget = reset HEAD^ merg = merge --no-edit posh = push --set-upstream origin HEAD Loading @@ -20,7 +20,7 @@ root = rev-parse --show-toplevel serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer squash = !git commit --squash $(git last-commit) squash = !cd "${GIT_PREFIX:-}" && git commit --squash $(git last-commit) staash = stash --all stat = status --short --branch tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)" Loading Loading
.gitconfig +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ empty-commit = commit --allow-empty exec = "!exec " ff = merge --no-edit --ff-only master fixup = !git commit --fixup $(git last-commit) fixup = !cd "${GIT_PREFIX:-}" && git commit --fixup $(git last-commit) forget = reset HEAD^ merg = merge --no-edit posh = push --set-upstream origin HEAD Loading @@ -20,7 +20,7 @@ root = rev-parse --show-toplevel serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer squash = !git commit --squash $(git last-commit) squash = !cd "${GIT_PREFIX:-}" && git commit --squash $(git last-commit) staash = stash --all stat = status --short --branch tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)" Loading