Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 1st, 2012  |  syntax: None  |  size: 0.50 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Hide listing of certain files/directories after git pull?
  2. git pull
  3.        
  4. -q, --quiet
  5.        This is passed to both underlying git-fetch to squelch reporting of during transfer, and underlying git-merge to squelch output during
  6.        merging.
  7.        
  8. --stat, -n, --no-stat
  9.        Show a diffstat at the end of the merge. The diffstat is also controlled by the configuration option merge.stat.
  10.  
  11.        With -n or --no-stat do not show a diffstat at the end of the merge.
  12.        
  13. $ git pull <remote> | grep -v ".swf "