Posts tagged with git
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 …
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 …
Published 10 February 2014
in archive
with tags
git
To count commits on a branch, you can use git rev-list.
Continue reading …
Published 27 January 2014
in archive
with tags
git
If you've ever been particularly excited by a recent packet of work you've done, and tried to show your excitement by putting an exclamation mark into the commit message, then you may have been met with this particular error:
Continue reading …
Published 20 January 2014
in archive
with tags
git
Git is case-insensitive. So to change filename case in git, you have to jump through a (small) hoop.
Continue reading …