Skip to content

Commit 6638b52

Browse files
committedSep 4, 2018
fix spacing
1 parent 3ddef71 commit 6638b52

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

‎git-export/README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ my-book/
1212
# Example Usage #
1313

1414
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
1919
2. Checkout a new branch
20-
1. git checkout -b <BRANCH NAME>
20+
1. git checkout -b <BRANCH NAME>
2121
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
2525
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
2828
5. If new assemblies have been added remember to update <DIRECTORY>/master.adoc
2929
6. If new attributes have been added remember to update <DIRECTORY>/common/attributes.adoc
3030
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

Comments
 (0)
Please sign in to comment.