Nico Schottelius
(linux|unix).schottelius.org
git repositories
There is gitweb available.
The following mirrors of the git repositories are available:
To get a project via git, perform the following steps:
- Get and install git
- Get
and install cogito
- If it is the first time you get a project via git, clone it:
cg-clone http://linux.schottelius.org/git/PROJECT
- Otherwise simply update it:
cd PROJECT; cg-update origin
- First of all follow the steps above
- Change files locally
- Add a new branch (only once!):
cg-branch-add main
git+ssh://USERNAME@creme.schottelius.org/home/server/git/PROJECT
- If you added new files, also add them to git:
cg-add path/file1 path2/file2 ...
- Commit your work and enter a good description of what you did:
cg-commit
- Then send the files to creme.schottelius.org:
cg-push main
Changing things in git implies that you have a user on creme.schottelius.org.