srsudar / eg

Useful examples at the command line.
MIT License
1.8k stars 99 forks source link

add git command #53

Closed Sispheor closed 8 years ago

scorphus commented 8 years ago

@Sispheor any updates on this, sir?

srsudar commented 8 years ago

Good timing! I'm plann

srsudar commented 8 years ago

My bad. Clumsy fingers.

I'm planning on merging this this week, likely with some heavy editing. Git is obviously a very tricky command to get right.

srsudar commented 8 years ago

Let me know if you guys think what I ended up is missing something or is a significant lessening of @Sispheor 's original commit. I had to change quite a bit to keep in-line with the style of the other commits. I also looked through the StackOverflow git questions that are upvoted with scores over 1000 and added examples for questions that seemed like relevant rather than specialized behavior.

scorphus commented 8 years ago

@srsudar: What an impressive addition! You improved on top of @Sispheor's already amazing job. It covers so many topics and in the right level of detail. Thank you both!

But, while reading it, I noticed an inconsistent pattern not only in this but across many of the examples. Please check my last pull request.