Skip to main content

Posts

Showing posts from September, 2010

git status

git status --untracked-files=no or git config alias.stat "status --untracked-files=no" and then git stat I'm trying to trace a bug in some big subversion repository, and decided to put the relevant files under git control. Let's see how that works.