diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-10-06 22:13:51 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-10-06 22:13:51 -0400 |
commit | 55bbdc3747f4fcce0d95294d1686df7ac4c99e83 (patch) | |
tree | ced5ea31353fb8ee3962d8ef88e0b8e47bccd136 /info/git | |
parent | f1068d2ff783a7390803d8abaafaa8d3916a06f2 (diff) | |
download | hyperbot-55bbdc3747f4fcce0d95294d1686df7ac4c99e83.tar.lz hyperbot-55bbdc3747f4fcce0d95294d1686df7ac4c99e83.tar.xz hyperbot-55bbdc3747f4fcce0d95294d1686df7ac4c99e83.zip |
Update factoids
Diffstat (limited to 'info/git')
-rw-r--r-- | info/git | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/info/git b/info/git new file mode 100644 index 0000000..f2d52f0 --- /dev/null +++ b/info/git @@ -0,0 +1,6 @@ +a version control system. You can clone a .git to your machine to make changes. +eg. git clone https://git.hyperbola.info:50100/services/hyperbot.git +Pull new commits -> git pull +If you have plans to propose new changes, just create your commit with your modification, eg. git add your_modified_file.txt +git commit -m "Add new change, blah, blah" +Generate a patch of your commit -> git format-patch -1 and send it to us via issues.hyperbola.info, forums or mailing lists as pull request. So, we will add it as -> git am your_generated_patch |