mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 18:47:52 +00:00
fixed workflow example in documentation
use "git remote add" instead of "git add remote"
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user