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

- Aliased `git pull` to `git pull --progress`.

parent fa5bfacc
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
serve-git = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer
diff = diff --color-words
pull = pull --progress
[transfer]
fsckobjects = true
[fetch]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment