/.gitignore (3b5503a03b61aee2bc105019ce611ae2bd763942) (174 bytes) (mode 100755) (type blob)
#qt creator
*.user
#spacemacs
.projectile
#atom
.atom-dbg.cson
CMakeSettings.json
#linux
*.directory
.*
#build
/build/*
#doxygen
/doc/*
#config
/include/jlib/options.h
Mode |
Type |
Size |
Ref |
File |
100755 |
blob |
174 |
3b5503a03b61aee2bc105019ce611ae2bd763942 |
.gitignore |
100644 |
blob |
6740 |
2a21ce582d62c0bc226ab5d17878cbd627b68e7e |
CMakeLists.txt |
100644 |
blob |
35149 |
f288702d2fa16d3cdf0035b15a9fcbc552cd88e7 |
COPYING |
100644 |
blob |
560 |
6a65c0192e495aa731b56e996f45113137f5a3da |
Doxyfile.in |
100644 |
blob |
578 |
60758baee7975bf67b860ac823255dfa046d85e1 |
config.cmake.in |
040000 |
tree |
- |
11bd3144a800bc82f4bf4a5d71a05d023494a572 |
include |
040000 |
tree |
- |
595c82c1215f0ce7487f7c60e1858b6bed2e0344 |
src |
100644 |
blob |
433 |
e2310426e91b5b52a63e348fbd7691e12b1ef368 |
version.cmake.in |
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://rocketgit.com/user/Jackalope/jlib
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/Jackalope/jlib
Clone this repository using git:
git clone git://git.rocketgit.com/user/Jackalope/jlib
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main