Commit 6000a0cc authored by Adar Nimrod's avatar Adar Nimrod
Browse files

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

parent b7b453c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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]