Skip to content
Snippets Groups Projects
Commit aba7bcc8 authored by nimrod's avatar nimrod
Browse files

Include all files in the repo with git retry.

parent 9ecdc63e
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
pushes = !git remote | xargs -n1 git push
remaster = !git fetch --all && git autorebase origin/master
rerebase = !git autorebase "$(git tracking)"
retry = !git amend --no-edit . && git shove
retry = !cd "${GIT_PREFIX:-$PWD}" && git amend --no-edit . && git shove
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 http.server 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment