blynn / gitmagic

A guide to using Git
http://cs.stanford.edu/~blynn/gitmagic/
GNU General Public License v3.0
1.92k stars 669 forks source link

Added more details to rebasing - cloning, --abort #11

Closed soniah closed 13 years ago

blynn commented 13 years ago

Sorry this one took so long to push.

I wasn't quite sure about this change. I want my guide to have just enough so that users feel comfortable looking up features on their own in the git help pages, so I was internally debating whether these edits were superfluous or not. (I remember when I first started, the git help pages seemed like gobbledygook!)

But I eventually decided --abort and mentioning git clone would be responsible thing to do: if a newbie is reading the guide and makes a mistake, they should know how to get out of it.

I moved the words around to fit my style better.

Thanks again! -Ben

On Sun, Jul 10, 2011 at 5:31 PM, soniah < reply@reply.github.com>wrote:

Reply to this email directly or view it on GitHub: https://github.com/blynn/gitmagic/pull/11

soniah commented 13 years ago

Looks good!

I didn't know about --abort for a while - it's saved my bacon a few times...