
Untitled
By: a guest on
Aug 1st, 2012 | syntax:
None | size: 0.50 KB | hits: 9 | expires: Never
Hide listing of certain files/directories after git pull?
git pull
-q, --quiet
This is passed to both underlying git-fetch to squelch reporting of during transfer, and underlying git-merge to squelch output during
merging.
--stat, -n, --no-stat
Show a diffstat at the end of the merge. The diffstat is also controlled by the configuration option merge.stat.
With -n or --no-stat do not show a diffstat at the end of the merge.
$ git pull <remote> | grep -v ".swf "