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

Fix a typo in a comment in classes/DB.php
Author: xaizek
Author date (UTC): 2018-02-11 12:13
Committer name: xaizek
Committer date (UTC): 2018-02-11 12:13
Parent(s): d108da37b7ef9806d8881a389c3cf788f249235f
Signing key: 99DC5E4DB05F6BE2
Tree: 3faf8bccc2615b78b0d82e17cc19578a4dee2efa
File Lines added Lines deleted
classes/DB.php 1 1
File classes/DB.php changed (mode: 100644) (index 8180615..32f1d1c)
... ... EOS
82 82 } }
83 83
84 84 /** /**
85 * @brief Singleton instance of the DB classs.
85 * @brief Singleton instance of the DB class.
86 86 */ */
87 87 private static $objInstance; private static $objInstance;
88 88 } }
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