@@ -25,7 +25,7 @@ Main reasons for the rewrite were:
2525
2626
2727## Features
28- - doesn't delete your directories (looking at you ` terrafile ` tools -.- * )
28+ - doesn't delete your existing directories
2929 - clones repository only if it hasn't been cloned already
3030 - incremental changes are retrieved with fetch/checkout/pull
3131 - fetch/checkout/pull are only executed if there are no changes in the local repository
@@ -43,14 +43,14 @@ git config --global url.ssh://
[email protected] /.insteadOf https://github.com/
4343## Install
4444
4545``` shell script
46- git clone https://github.com/Bobonium /gitfile.git
46+ git clone https://github.com/sers-dev /gitfile.git
4747cd gitfile
4848make install
4949```
5050
5151or alternatively:
5252``` shell script
53- curl -L https://raw.githubusercontent.com/Bobonium /gitfile/master/gitfile.sh > /usr/local/bin/gitfile
53+ curl -L https://raw.githubusercontent.com/sers-dev /gitfile/master/gitfile.sh > /usr/local/bin/gitfile
5454```
5555
5656#### dependencies:
@@ -65,7 +65,7 @@ curl -L https://raw.githubusercontent.com/Bobonium/gitfile/master/gitfile.sh > /
6565
6666``` shell script
6767# quick-start
68- cd ~ /workspace/github/Bobonium /gitfile/
68+ cd ~ /workspace/github/sers-dev /gitfile/
6969gitfile
7070```
7171
@@ -87,10 +87,10 @@ Feel free to create an Issue/Pull request if you find a problem with the parsing
8787# required: repo will be cloned into dir with this name
8888gitfile :
8989 # required: clone URL (can be either http(s) or ssh)
90- source : " https://github.com/Bobonium /gitfile.git"
90+ source : " https://github.com/sers-dev /gitfile.git"
9191 # optional: path to clone the repository into (default taken from gitfile command)
9292 # relative path values are always relative to the path of the .gitfile
93- path : ~/workspace/github/Bobonium /
93+ path : ~/workspace/github/sers-dev /
9494 # optional: version to checkout (defaults to master)
9595 # tags, branch names and commit hashes are all valid values
9696 # if you can run `git checkout $VERSION` it's valid
0 commit comments