@@ -12,23 +12,23 @@ my-book/
12
12
# Example Usage #
13
13
14
14
1 . Refresh your fork
15
- 1 . cd <DIRECTORY >/
16
- 2 . git checkout master
17
- 3 . git pull --rebase <REMOTE > master
18
- 4 . git push origin HEAD
15
+ 1 . cd <DIRECTORY >/
16
+ 2 . git checkout master
17
+ 3 . git pull --rebase <REMOTE > master
18
+ 4 . git push origin HEAD
19
19
2 . Checkout a new branch
20
- 1 . git checkout -b <BRANCH NAME >
20
+ 1 . git checkout -b <BRANCH NAME >
21
21
3 . Refresh the upstream folder
22
- 1 . rm -rf upstream/$* upstream/$* .revisiong
23
- 2 . scripts/git-export "<GITHUB REPOSITORY >" <BRANCH > upstream/$*
24
- 3 . git add --all upstream
22
+ 1 . rm -rf upstream/$* upstream/$* .revisiong
23
+ 2 . scripts/git-export "<GITHUB REPOSITORY >" <BRANCH > upstream/$*
24
+ 3 . git add --all upstream
25
25
4 . Commit new upstream to downstream repo
26
- 1 . git commit -a -m "<COMMIT MESSAGE >"
27
- 2 . git push origin HEAD
26
+ 1 . git commit -a -m "<COMMIT MESSAGE >"
27
+ 2 . git push origin HEAD
28
28
5 . If new assemblies have been added remember to update <DIRECTORY >/master.adoc
29
29
6 . If new attributes have been added remember to update <DIRECTORY >/common/attributes.adoc
30
30
7 . Merge synced content
31
- 1 . Go to your fork https://<GITLAB URL >/<username >/amq-streams
32
- 2 . Click __ Merge Requests__ on the left
33
- 3 . Create merge request
34
- 4 . Finalize the merge in the Downstream repo
31
+ 1 . Go to your fork https://<GITLAB URL >/<username >/amq-streams
32
+ 2 . Click __ Merge Requests__ on the left
33
+ 3 . Create merge request
34
+ 4 . Finalize the merge in the Downstream repo
0 commit comments