xaizek / fragile (License: AGPLv3+) (since 2018-12-07)
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
Commit c7805cee6638b6187bf8444d8a0179f1354308a0

Bump version to 0.5
Author: xaizek
Author date (UTC): 2017-07-10 17:18
Committer name: xaizek
Committer date (UTC): 2017-07-10 17:19
Parent(s): c48ee3b04db6eda86ce6b9183dee5b0cfac61910
Signing key: 99DC5E4DB05F6BE2
Tree: 0dbf4c1488fb4c644bf85a051ddb4b50839fc126
File Lines added Lines deleted
README.md 2 2
footer.php 1 1
File README.md changed (mode: 100644) (index cc06699..b711daa)
1 **fragile**, _v0.4.1_, _2015 – 2017_
1 **fragile**, _v0.5_, _2015 – 2017_
2 2
3 _This file last updated on 08 July, 2017_
3 _This file last updated on 10 July, 2017_
4 4
5 5 ### Brief Description ### ### Brief Description ###
6 6
File footer.php changed (mode: 100644) (index e0fc527..70f8c48)
13 13 // You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Affero General Public License
14 14 // along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
16 print "<footer><a href='" . CI_URL . "'>fragile v0.4.1</a></footer>\n"
16 print "<footer><a href='" . CI_URL . "'>fragile v0.5</a></footer>\n"
17 17 . "</body></html>"; . "</body></html>";
18 18
19 19 ?> ?>
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/fragile

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/fragile

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master