Visual Git Cheat Sheet
ndpsoftware.com
Visual Git Cheat Sheet
1–10 of 43 posts
Re: Visual Git Cheat Sheet
#2A really nice illustration, but it's a bit unclear on a few things (especially stashes), and it can give off the impression that git commits not only track "changes" but in fact are changes instead of what they really are, that is, snapshots of the repository at a particular moment.
Re: Visual Git Cheat Sheet
#3Nice graphic, but it’s missing the push command…
Re: Visual Git Cheat Sheet
#4Nice graphic, but it’s missing the push command…
Another thing, the `git stash` subcommands can operate on index as well.
Re: Visual Git Cheat Sheet
#5Nice graphic, but it’s missing the push command…
Was looking for that as well.
Also there should be another line with 'checkout -- '.
Re: Visual Git Cheat Sheet
#6Nice graphic, but it’s missing the push command…
If you click on local or remote columns you'll see it there
Re: Visual Git Cheat Sheet
#7Nice graphic, but it’s missing the push command…
Click the "upstream repository" column. I didn't realize the columns were clickable at first.
Re: Visual Git Cheat Sheet
#8This shows only the headings of the 5 categories and then empty bars on Firefox... could you offer a pdf or picture as an alternative download for people who don't use (I suppose) Google Chrome?
Re: Visual Git Cheat Sheet
#9Felt like it complicated things rather than clarified. For a newcomer to git I imagine it could be overwhelming.
Re: Visual Git Cheat Sheet
#10This shows only the headings of the 5 categories and then empty bars on Firefox... could you offer a pdf or picture as an alternative download for people who don't use (I suppose) Google Chrome?
You may be blocking the javascript needed for this page to render properly. I'm on Firefox 92.0.1, saw what you saw at first, then in uMatrix I enabled "script" coming from "code.jquery.com". Page renders fine now.