From 14075187f4f6f230e044bb9cd2760600504add6e Mon Sep 17 00:00:00 2001 From: Jannik Zander Date: Thu, 16 Jun 2016 20:37:25 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6f8ad6..d19f5f5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # dotfiles What you need to do on the new box is this: - + $ cd $HOME - $ alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' $ git init --bare $HOME/.dotfiles + $ alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' + $ dotfiles config --local status.showUntrackedFiles no $ dotfiles remote add origin git@bitbucket.org:jannikz/dotfiles.git $ dotfiles fetch $ dotfiles reset --hard origin/master -- 2.43.0