]> git.zndr.dk Git - dotfiles.git/commitdiff
Change repository name from home to dotfiles
authorJannik ZANDER <jannikz@gmail.com>
Mon, 2 May 2016 15:34:43 +0000 (17:34 +0200)
committerJannik Zander <jannikz@Janniks-MBP.opasia.dk>
Mon, 2 May 2016 19:36:36 +0000 (21:36 +0200)
README.md

index a49c9c4529210f0e5f18590331803d93edf15f16..ce6db15c181dfca451f592ce6773bb4dd5c36b6d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,16 @@
-# home
+# dotfiles 
 
 What you need to do on the new box is this:
 
     $ cd $HOME
     $ git init
+<<<<<<< HEAD
     $ git remote add home https://github.com/jannikz/home.git
     $ git fetch home master
     $ git reset --hard home/master
+=======
+    $ git remote add origin https://github.com/jannikz/dotfiles.git
+    $ git branch -u origin/master
+    $ git fetch origin master
+    $ git reset --hard origin/master
+>>>>>>> db69933... Change repository name from home to dotfiles