link to carmen's Git guide

lektura
max.mehl 2017-09-08 12:46:46 +02:00
parent 8dbc333b5c
commit f55f6d7529
1 changed files with 2 additions and 3 deletions

View File

@ -78,9 +78,8 @@ about the necessary commands `pull`, `status`, `add`, `commit`, and
There are three ways to upload/edit files in the Git repository, sorted
by preference and complexity:
1. For more experienced Git users we recommend the Fork & Pull Request
workflow, which you'll also find in the [wiki's Git Guides
section](https://wiki.fsfe.org/TechDocs/Git#Guides_on_specific_actions)
(not available yet).
workflow, which you'll also find a detailed [wiki's Git
Guide](https://wiki.fsfe.org/TechDocs/Git/Guide:Workflow) for.
2. Advanced and interested beginners can directly commit to the
repository ("push to master") which saves them some steps, but they
have to ask @max.mehl or @jonas in advance to give them the necessary