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

Update README header
Author: xaizek
Author date (UTC): 2017-07-08 16:28
Committer name: xaizek
Committer date (UTC): 2017-07-08 16:28
Parent(s): 49610d36b2cd7860f040b2eba9813c6c4bfc1629
Signing key: 99DC5E4DB05F6BE2
Tree: a83b8c2778dc4e591544596a0a00c5311d7c4c0a
File Lines added Lines deleted
README.md 2 5
File README.md changed (mode: 100644) (index 909bc16..3cee142)
1 _fragile_
2 _2015 - 2016_
1 **fragile**, _v0.4.1_, _2015 – 2017_
3 2
4 **Last updated**: 23 March, 2016
5
6 **Version**: 0.4.1
3 _This file last updated on 08 July, 2017_
7 4
8 5 ### Brief Description ### ### Brief Description ###
9 6
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