Skip to content

Commit

Permalink
Add prompt to all git commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pvernier committed Mar 28, 2020
1 parent 947ceb7 commit 2a12943
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/contribuer/contribution_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Tags: guide

1. [Cloner le dépôt central](requirements#git) localement
```
git clone https://github.com/geotribu/website.git
>git clone https://github.com/geotribu/website.git
```
2. Créer ou utiliser une branche git locale

Expand All @@ -36,12 +36,12 @@ git clone https://github.com/geotribu/website.git

a. Si c'est une nouvelle branche
```
git push -u origin "rdp/2020-01-01"
>git push -u origin "rdp/2020-01-01"
```

b. Ou, si c'est une branche déjà existante
```
git push
>git push
```

5. Une fois le contenu prêt pour être publié, créer une [_Pull Request_](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) de sa branche vers la branche `master` du dépôt central
Expand All @@ -51,7 +51,7 @@ git clone https://github.com/geotribu/website.git

Avant d'ajouter du contenu sur une branche déjà existante, bien penser à récupérer les changements faits par les autres contributeurs avant, en faisant :
```
git pull
>git pull
```

## Créer une revue de presse
Expand Down

0 comments on commit 2a12943

Please sign in to comment.