/.gitignore (ba75eadea407b92d2fd9f20d1d4b25e277f2f386) (210 bytes) (mode 100755) (type blob)
#qt creator
*.user
#spacemacs
.projectile
#atom
.atom-dbg.cson
CMakeSettings.json
#linux
*.directory
.*
#build
/build/*
#configuration
/include/jen/configuration.h
/src/graphics/shaders/shaders.h
Doxyfile
Mode |
Type |
Size |
Ref |
File |
100755 |
blob |
210 |
ba75eadea407b92d2fd9f20d1d4b25e277f2f386 |
.gitignore |
100755 |
blob |
709 |
d3ad60be6046266ecf21c253e8c1aea60c7ff18a |
.gitmodules |
100644 |
blob |
2232 |
ae95e0b17ec4fb62599167757adbd8cdd08469e7 |
CMakeLists.txt |
100644 |
blob |
35149 |
f288702d2fa16d3cdf0035b15a9fcbc552cd88e7 |
COPYING |
100644 |
blob |
602 |
6879e17fdb556c2af39d69f3459c4cf9cca022ef |
Doxyfile.in |
100644 |
blob |
3416 |
2adde71102662433db54d872c09984146934285d |
README |
040000 |
tree |
- |
299bee388182203e7a326ad1d1889b94975aa7a8 |
include |
040000 |
tree |
- |
32329fcb670ac11c2935133d8fc8d54086f70a27 |
libs |
040000 |
tree |
- |
14b9482b1faf2233d9c122d52365a0bd8ea43bb7 |
src |
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/jen
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/Jackalope/jen
Clone this repository using git:
git clone git://git.rocketgit.com/user/Jackalope/jen
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