Posts
Published 6 October 2014
in archive
with tags
git
If you want to completely replace a branch by merging over another, the follow trick will help you, as it has helped me:
Continue reading …
Published 5 August 2014
in archive
with tags
git
,
osx
,
dsstore
The following will help you remove .DS_Store from your git repository.
Continue reading …
Published 5 August 2014
in archive
with tags
osx
,
bash
,
ssh
,
git
It's quite normal to have different private keys for different git servers, but how do you provide a different identity file like you do with SSH?
Continue reading …
Published 4 August 2014
in archive
with tags
docker
,
boot2docker
,
osx
If you're using Docker on OSX, then you'll be using a VM to run your Docker service on, as it needs Linux, not Unix. The most popular of these seems to be boot2docker, though dvm also seems to be quite popular. Other solutions are available.
Continue reading …
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 …