Yes, the content is exactly what I am looking for too. It would be even better for these tired old eyes with <font size=+2pt> lol.
I'm sure that increasing the font size won't cause any problems width-wise; plenty of space in all three columns, even with Letter-sized paper. And there's space aplenty at the bottom of an A4 page so there's be even more on Letter-sized paper.
It would be interesting to add commands to resolve merge with binary files, as stated here:
http://stackoverflow.com/questions/278081/resolving-a-git-conflict-with-binary-files
It's pretty simple, but really hard to figure out when you don't have enough experience with Git!
And it's known that Git is not so intuitive when working with binary files...
The commands are:
$ git checkout --theirs -- path/to/conflicted-file.txt - select file coming from merged in branch
$ git checkout --ours -- path/to/conflicted-file.txt - select original file on branch before merge
Favourited by 39 Members:
Comments
Sam, that's brilliant! I'm still using SVN, but dabbling in Git, and this is just the thing to help me make the jump. Great cheat sheet!
Yes, the content is exactly what I am looking for too. It would be even better for these tired old eyes with <font size=+2pt> lol.
I'm sure that increasing the font size won't cause any problems width-wise; plenty of space in all three columns, even with Letter-sized paper. And there's space aplenty at the bottom of an A4 page so there's be even more on Letter-sized paper.
Great cheat sheet all the same!
It would be interesting to add commands to resolve merge with binary files, as stated here:
http://stackoverflow.com/questions/278081/resolving-a-git-conflict-with-binary-files
It's pretty simple, but really hard to figure out when you don't have enough experience with Git!
And it's known that Git is not so intuitive when working with binary files...
The commands are:
$ git checkout --theirs -- path/to/conflicted-file.txt - select file coming from merged in branch
$ git checkout --ours -- path/to/conflicted-file.txt - select original file on branch before merge
But great sheet anyway, helps a lot!
Add a Comment
You are posting a reply. Cancel Reply.
Contents
Cheat Sheet for the Git Distributed Version Control System. Based on https://github.com/AlexZeitler/gitcheatsheet and http://www.git-tower.com/files/cheatsheet/Git_Cheat_Sheet_grey.pdf
Cheatographer
www.texotela.co.uk
Cheat Sheet Stats
Tags
Related (shares tags with):
Thumbnail