From 370954dc97b576498379ccdf6de89f5a437f794b Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 21 Sep 2016 18:27:52 +0300
Subject: [PATCH] - Aliased  `git pull` to `git pull --progress`.

---
 .gitconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitconfig b/.gitconfig
index 13ff123..cd5b2e6 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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]
-- 
GitLab