Julia Evans' Git cheat sheet
Julia Evans' Git cheat sheet
Git cheat sheets are a dime-a-dozen but I think this one is awfully concise for its scope.
- Visually covers branching (WITH the commands -- rebasing the current branch can be confusing for the unfamiliar)
- Covers reflog
- Literally almost identical to how I use git (most sheets are either Too Much or Too Little)
You're viewing a single thread.
View all comments
58
comments
I went from GUI to terminal and I'll never go back. Especially with interactive add,
git add -i
11 1 ReplyI use the best of both worlds. A gui in the terminal. GitUI
5 0 ReplyWHAT
3 0 ReplyTry it out. It is a great utility.
3 0 Reply
Yep, #metoo, though I started with terminal. I still use GUI but mostly only for visualizing history.
2 0 ReplyI recently got on
git add -p
, which comes in clutch sometimes. But yeah, I'm definitely about to start doing the interactive add.Also, squints at your username
1 0 Reply
You've viewed 58 comments.
Scroll to top