1603: fixed workflow example in documentation r=mergify[bot] a=ghostwheel42

## What type of PR?

documentation

## What does this PR do?

fix error in workflow example. use "git remote add" to add upstream as remote.

### Related issue(s)

-/-

Co-authored-by: Alexander Graf <agraf@kevag-telekom.de>
master
bors[bot] 4 years ago committed by GitHub
commit 61e06ebbf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ Short work flow example
git clone https://github.com/<YOUR_USERNAME>/Mailu.git git clone https://github.com/<YOUR_USERNAME>/Mailu.git
cd Mailu cd Mailu
git add remote upstream https://github.com/Mailu/Mailu.git git remote add upstream https://github.com/Mailu/Mailu.git
git checkout -b fix-something master git checkout -b fix-something master
Work on the code as desired. Before doing a commit, you should at least build Work on the code as desired. Before doing a commit, you should at least build

Loading…
Cancel
Save