phorsfall + git   35

Git commits per contributor one-liner
git log | grep ^Author: | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr
git  bash 
april 2009 by phorsfall
skwpspace – Useful git commands and quirks
$ git config --global color.diff auto $ git config --global color.status auto $ git config --global color.branch auto $ git config --global color.interactive auto
git  scm 
april 2008 by phorsfall
Setting up a new Rails app with Git
Create a top, project-level .gitignore file containing: log/*.log tmp/**/* .DS_Store doc/api doc/app Create some .gitignore files so the empty directories get tracked: $ touch log/.gitignore $ touch tmp/.gitignore
git  rails  scm  article 
april 2008 by phorsfall

Copy this bookmark:



description:


tags: