Filtered by: tags=git

Useful, but rarely used git commands

Oct. 17, 2016 |  git 
Some useful, but rarely used and hence easy to forget `git` commands. Recording these here as a note to myself. Purpose Command Delete a Remote Tag Filenames diff between two commits List all tags, sorted by name, in reverse

Setting up Shared Repository in Git

July 30, 2013 |  git 
This is not really a post and more of a web clipping for my own future reference. This [page](http://www.gitguys.com/topics/creating-a-shared-repository-users-sharing-the-repository/) contains useful instructions on how to setup a shared repository with Gi