Skip to content
spuds edited this page Feb 16, 2015 · 3 revisions

GitHub Tips

This is a small collection of git tips and questions/answers you may find useful.

git --git-dir=../some_other_repo/.git format-patch -k -1 --stdout <commit SHA>| git am -3 -k