
Git
Get flash to fully experience Pearltrees
version control - How do you get git to always pull from a specific branch? - Stack Overflow
Git is quite common nowadays and a lot of people are asking me how they can create a patch file. Creating a patch file with git is quite easy to do, you just need to see how it's done a few times. This article will show you how to create a patch from the last few commits in your repository. Next, I'll also show you how you can correctly apply this patch to another repository. Before you start
How to create and apply a patch with Git
If it's published, you can't delete it ( without risking being tarred and feathered, that is). The 'git way' is to do: The sane thing. Just admit you screwed up, and use a different name. Others have already seen one tag-name, and if you keep the same name, you may be in the situation that two people both have "version X", but they actually have different "X"'s.
Rename a tag in git? - Stack Overflow
Git Tag Mini Cheat Sheet Revisited
Just as a kind of mini cheat sheet for using git tags. Jörg Mittag had some great additions that weren't in the original post which warrant a new post. In the previous cheat sheet only the lightweight local tags were discussed. A lightweight tag is nothing more than a reference to a particular revision or SHA1 object name in the repository. This kind of tag is quick and easy and very usable for local development to mark places in your commit history. Annotated tags are almost like lightweight tags, the big difference is that they contain a message.Support this site by buying a print version of Pro Git Follow the author on Twitter for updates and Git tips

