Skip to content

Commit bb2bd25

Browse files
committed
Simplify for prod
1 parent 7045560 commit bb2bd25

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,10 @@ Get the public content of key:
4848

4949
Add it to your [gihub ssh keys](https://github.com/settings/keys) idealy with the date so you can delete it later.
5050

51-
Depending of your branch, configure the remote :
52-
53-
- for prod :
51+
Configure the remote :
5452

5553
`git branch --set-upstream-to=origin/prod prod`
5654

57-
- for dev:
58-
59-
`git branch --set-upstream-to=origin/dev dev`
60-
6155
and configure the pull behaviour:
6256

6357
`git config pull.rebase true`

0 commit comments

Comments
 (0)