====== gogs ======
=====Beispiele =====
==== Erstelle ein neues Repository mittels der Kommandozeile ====
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://ho2e.de/mygit/singlespeedfahrer/fahrrad-dict.git
git push -u origin master
==== Übertrage ein existierendes Repository von der Kommandozeile ====
git remote add origin https://ho2e.de/mygit/singlespeedfahrer/fahrrad-dict.git
git push -u origin master
==== Nur Änderungen übertragen ====
git add File_changed
git commit -m "My Change"
git push -u origin master
===== Siehe auch =====
* [[git]]
* [[gitea]]
* [[forgejo]]
===== Weblinks =====
* https://gogs.io/
* https://gogs.io/docs
* https://github.com/gogits/gogs
* https://github.com/gogits/gogs/issues