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

Update description in the README
Author: xaizek
Author date (UTC): 2017-07-10 17:09
Committer name: xaizek
Committer date (UTC): 2017-07-10 17:09
Parent(s): 65723e962ef8704cb6f9c0141f015d994342fc9e
Signing key: 99DC5E4DB05F6BE2
Tree: ca37b0027398c06471be322717f38898113828a2
File Lines added Lines deleted
README.md 4 2
File README.md changed (mode: 100644) (index 3cee142..cc06699)
... ... _This file last updated on 08 July, 2017_
5 5 ### Brief Description ### ### Brief Description ###
6 6
7 7 This is a simple, minimal and straightforward CI to compensate complexity of This is a simple, minimal and straightforward CI to compensate complexity of
8 many CIs out there among which the author of this one couldn't pick (although he
9 tried really hard to omit creating one more CI).
8 many CIs out there among which author of this one couldn't pick, even though he
9 tried really hard to omit creating one more CI. It's worth nothing that end
10 result turned out to be somewhat more complicated than planned, which might be
11 fixed in the future.
10 12
11 13 ### Dependencies ### ### Dependencies ###
12 14
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