@@ -25,8 +25,9 @@ This will:
2525Example merge
2626-------------
2727
28- As an example, `scanspec #33 <url >`_ shows the what this adoption looks like.
29- The commandline tool was run on the existing repo::
28+ As an example, `scanspec #46
29+ <https://github.com/dls-controls/scanspec/pull/46> `_ shows the what this
30+ adoption looks like. The commandline tool was run on the existing repo::
3031
3132 $ cd /path/to/scanspec
3233 $ git checkout -b adopt-skeleton
@@ -74,7 +75,16 @@ The commandline tool was run on the existing repo::
7475 git branch -d skeleton-merge-branch
7576 Instructions on how to develop this module are in CONTRIBUTING.rst
7677
77- Each of these merge conflicts was fixed, then the pipenv dependencies updated::
78+ First of the boilerplate files were removed::
79+
80+ $ git rm src/scanspec/hello.py docs/images/dls-logo.svg docs/images/dls-favicon.ico docs/how-to/accomplish-a-task.rst docs/explanations/why-is-something-so.rst -f
81+ rm 'docs/explanations/why-is-something-so.rst'
82+ rm 'docs/how-to/accomplish-a-task.rst'
83+ rm 'docs/images/dls-favicon.ico'
84+ rm 'docs/images/dls-logo.svg'
85+ rm 'src/scanspec/hello.py'
86+
87+ Then the merge conflicts were fixed, and the pipenv dependencies updated::
7888
7989 $ pipenv --rm
8090 $ rm Pipfile.lock
@@ -85,11 +95,9 @@ The tests and docs were then run and checked::
8595 $ pipenv run tests
8696 $ pipenv run docs
8797
88- Finally the results were committed:
89-
90- .. image :: https://mhutchie.gallerycdn.vsassets.io/extensions/mhutchie/git-graph/1.30.0/1617594001998/Microsoft.VisualStudio.Services.Icons.Default
91-
92-
93-
98+ Finally the results were committed, pushed, merged to master::
9499
100+ $ git commit
101+ $ git push github adopt-skeleton
95102
103+ .. image :: ../images/git_merge.png
0 commit comments