From: Jannik Zander Date: Wed, 15 Jun 2016 21:58:52 +0000 (+0000) Subject: README.md edited online with Bitbucket X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=75f6782eb7485f1c2d4d7088a69a10a55cd7e30a;p=dotfiles.git README.md edited online with Bitbucket --- diff --git a/README.md b/README.md index 7a3d37e..41f5ecf 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ What you need to do on the new box is this: $ cd $HOME + $ alias dot='git --git-dir=$HOME/.dot --work-tree=$HOME' $ git init --bare $HOME/.dot - $ alias dot='dot --git-dir=$HOME/.dot --work-tree=$HOME' $ dot remote add origin git@bitbucket.org:jannikz/dotfiles.git $ dot fetch $ dot reset --hard origin/master - $ dot branch -u origin/master + $ dot branch -u origin/master \ No newline at end of file