Adam K Dean

Posts in archive

How to replace master branch in git, entirely, from another branch?

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 …

Remove .DS_Store from git repository

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 …

Using another private key with git

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 …

boot2docker DNS not working

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 …

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 …



Newer Page 12 of 41 Older