/bin/clean.sh (df0bf391da3f99559174d52c37c2988bc52cd84c) (58 bytes) (mode 100755) (type blob)
#!/bin/bash
rm share/java/*.jar &
rm -r share/classes/* &
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
5166 |
a8f53b37427c9ecc7719abb462ba4eed6eec7850 |
.clang-format |
100644 |
blob |
349 |
077cb616591c203384ad1ef99ad4344fb71f6b70 |
.gitignore |
040000 |
tree |
- |
4acf487b9487c71eadcc64e6229b71147aa308be |
bin |
040000 |
tree |
- |
8aab3547027b6e2e65741fef3201c7d184496c6e |
conf |
040000 |
tree |
- |
8b8758a19005e96625b99e3816097c6f4bce643a |
share |
040000 |
tree |
- |
7f43d676897fbea75f765c7ae89c5c03c5d8b705 |
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/vrtc/jgltut
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/jgltut
Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/jgltut
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