git cheat sheetGit 1.5.3 was “released” yesterday by Junio. You can get it via your favorite package manager (it’s still keyworded on amd64/gentoo though) or via git of course. I’m not really that much into the whole development process and also do not have a project to use git with (although that will change soon), but I am still busy trying to figure it out and having fun with it. One new cool thing in 1.5.3 is git-stash which stashes away what you are currently working on to give you the ability to change something about the so-far-committed work, and after that go back to what you were hacking at before.

`git cheat sheetGit 1.5.3 was “released” yesterday by Junio. You can get it via your favorite package manager (it’s still keyworded on amd64/gentoo though) or via git of course. I’m not really that much into the whole development process and also do not have a project to use git with (although that will change soon), but I am still busy trying to figure it out and having fun with it. One new cool thing in 1.5.3 is git-stash which stashes away what you are currently working on to give you the ability to change something about the so-far-committed work, and after that go back to what you were hacking at before.

`

Also someone on the git-ml created a nifty-looking cheat-sheet for git (those cheat-sheets seem to be all the hype nowadays) which you can download by clicking the image in this post. It is really helpful for beginners, not just only to reference to about the commands but also to get an understanding of the workflow.