@@ -25,7 +25,7 @@ Main reasons for the rewrite were:
25
25
26
26
27
27
## Features
28
- - doesn't delete your directories (looking at you ` terrafile ` tools -.- * )
28
+ - doesn't delete your existing directories
29
29
- clones repository only if it hasn't been cloned already
30
30
- incremental changes are retrieved with fetch/checkout/pull
31
31
- 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/
43
43
## Install
44
44
45
45
``` shell script
46
- git clone https://github.com/Bobonium /gitfile.git
46
+ git clone https://github.com/sers-dev /gitfile.git
47
47
cd gitfile
48
48
make install
49
49
```
50
50
51
51
or alternatively:
52
52
``` 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
54
54
```
55
55
56
56
#### dependencies:
@@ -65,7 +65,7 @@ curl -L https://raw.githubusercontent.com/Bobonium/gitfile/master/gitfile.sh > /
65
65
66
66
``` shell script
67
67
# quick-start
68
- cd ~ /workspace/github/Bobonium /gitfile/
68
+ cd ~ /workspace/github/sers-dev /gitfile/
69
69
gitfile
70
70
```
71
71
@@ -87,10 +87,10 @@ Feel free to create an Issue/Pull request if you find a problem with the parsing
87
87
# required: repo will be cloned into dir with this name
88
88
gitfile :
89
89
# 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"
91
91
# optional: path to clone the repository into (default taken from gitfile command)
92
92
# relative path values are always relative to the path of the .gitfile
93
- path : ~/workspace/github/Bobonium /
93
+ path : ~/workspace/github/sers-dev /
94
94
# optional: version to checkout (defaults to master)
95
95
# tags, branch names and commit hashes are all valid values
96
96
# if you can run `git checkout $VERSION` it's valid
0 commit comments