Showing posts with label
Git
.
Show all posts
Showing posts with label
Git
.
Show all posts
Sunday, 27 April 2014
Tagging in Git
›
Git offers tagging capability, just like Subversion. Tagging is just like a checkpoint to denote a certain stage in the repository's v...
Track file changes in Git
›
In Git, it is possible to find out which user did what changes in a specific file. The command to do so is git blame . Go to your git repos...
Saturday, 26 April 2014
Stashing changes in Git
›
Guys, this is a post discussing the simple concept of " stashing " in Git. Let's say you are working on some changes in Git. ...
›
Home
View web version