Blog Archives
William’s miscellaneous git tools
git-wtf and other tools
Read Full Post | Make a Comment ( None so far )Flow chart for cleaning up git messes
http://justinhileman.info/article/git-pretty/
Read Full Post | Make a Comment ( None so far )Extract branch to a new repo using git-format-patch
I know this should probably be done using git-filter-branch, but with format-patch, I don’t need to learn anything new. More importantly, filter-branch would give me more to forget Given a git repo with a branch ‘find-ls’ with history like this: * 10c757c (origin/master, master) handle errors better | * 073892b (HEAD, find-ls) don’t allow […]
A Note About Git Commit Messages
2008-04-19 by tpope
Read Full Post | Make a Comment ( None so far )Git aliases for your life
2011-08-16 by fREW Schmidt
Read Full Post | Make a Comment ( None so far )Stop accidentally committing all with git
2011-08-28 by fREW Schmidt
Read Full Post | Make a Comment ( None so far )Next Entries »