What you need to do on the new box is this:
$ cd $HOME
-<<<<<<< 8b0d8fd23b8c07035b29b2f6e0a7db411d9d33b9
- $ git init --bare $HOME/.cfg
- $ alias cfg='git --git-dir=$HOME/.cfg --work-tree=$HOME'
- $ cfg config --local status.showUntrackedFiles no
- $ cfg remote add origin git@bitbucket.org:jannikz/dotfiles.git
- $ cfg fetch
- $ cfg reset --hard origin/master
- $ cfg branch -u origin/master
-=======
$ git init --bare $HOME/.gitdotfiles
$ alias gdf='git --git-dir=$HOME/.gitdotfiles --work-tree=$HOME'
$ gdf config --local status.showUntrackedFiles no
$ gdf fetch
$ gdf reset --hard origin/master
$ gdf branch -u origin/master
->>>>>>> Rename to gdf