Skip to content

Commit 4646f60

Browse files
committed
move repo to org
1 parent 19f1c44 commit 4646f60

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

.gitfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gitfile:
2-
source: "https://github.com/Bobonium/gitfile.git"
3-
path: ~/workspace/github/Bobonium/
2+
source: "https://github.com/sers-dev/gitfile.git"
3+
path: ~/workspace/github/sers-dev/
44
version: master

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## [Unreleased] - TBD
22
- no changes
33

4+
## [1.2.0] - 2021-02-19
5+
- moved repository into `sers-dev` organization
6+
- moved docker image to `quay.io`
7+
48
## [1.1.0] - 2020-04-23
59
- added Dockerfile
610

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Bobonium
3+
Copyright (c) 2021 sers.dev
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
4747
cd gitfile
4848
make install
4949
```
5050

5151
or 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/
6969
gitfile
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
8888
gitfile:
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

Comments
 (0)