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

Bump version to 0.4.1
Author: xaizek
Author date (UTC): 2016-03-23 13:13
Committer name: xaizek
Committer date (UTC): 2016-03-23 13:13
Parent(s): 12fc802a08c16397845763766785cc5ad38dbd27
Signing key:
Tree: 96a6c9cedde177cce12b2e428cad3e7a37417068
File Lines added Lines deleted
README.md 2 2
footer.php 1 1
File README.md changed (mode: 100644) (index 882b665..909bc16)
1 1 _fragile_ _fragile_
2 2 _2015 - 2016_ _2015 - 2016_
3 3
4 **Last updated**: 19 March, 2016
4 **Last updated**: 23 March, 2016
5 5
6 **Version**: 0.4
6 **Version**: 0.4.1
7 7
8 8 ### Brief Description ### ### Brief Description ###
9 9
File footer.php changed (mode: 100644) (index 898146a..e0fc527)
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</a></footer>\n"
16 print "<footer><a href='" . CI_URL . "'>fragile v0.4.1</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