Posts tagged with git
Remove branch from remote git repo
Published 4 August 2014 in archive with tags git To remove a branch from a remote git repository, you have to push an empty branch. Continue reading …Remove all tags from git repo
Published 6 March 2014 in archive with tags git I had started to tag builds with a branch name and date, but after a while, these started to make the log unreadable. It was time to Arnold Schwarzenegger-ize them. Continue reading …Counting commits with Git
Published 10 February 2014 in archive with tags git To count commits on a branch, you can usegit rev-list
.
Continue reading …