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

Bump version to 0.4
Author: xaizek
Author date (UTC): 2016-01-28 21:30
Committer name: xaizek
Committer date (UTC): 2016-01-28 21:30
Parent(s): c390a3f807a8f8dc81302a30e98368160a098513
Signing key:
Tree: c353f6f7413be7143f912ad09da1962550889968
File Lines added Lines deleted
README.md 2 2
footer.php 1 1
File README.md changed (mode: 100644) (index 4bf2f55..fb442c7)
1 1 _fragile_ _fragile_
2 2 _2015 - 2016_ _2015 - 2016_
3 3
4 **Last updated**: 26 January, 2016
5 **Version**: 0.3
4 **Last updated**: 28 January, 2016
5 **Version**: 0.4
6 6
7 7 ### Brief Description ### ### Brief Description ###
8 8
File footer.php changed (mode: 100644) (index 089b828..898146a)
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.3</a></footer>\n"
16 print "<footer><a href='" . CI_URL . "'>fragile v0.4</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