File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ If you have a [python3-pip-skeleton](https://github.com/DiamondLightSource/pytho
2121copier copy gh:DiamondLightSource/python-copier-template --trust --vcs-ref=1.0.0 /path/to/existing-project
2222git diff
2323# Examine the changes, put back anything you want to keep
24- git commit -m " Adopted python-copier-template 1.0.0"
24+ git commit -m " Adopt python-copier-template 1.0.0"
2525copier update --trust /path/to/existing-project
2626git diff
2727# Examine the changes, resolve any merge conflicts
28- git commit -m " Updated to python-copier-template x.x.x"
28+ git commit -m " Update to python-copier-template x.x.x"
2929```
3030
3131## If you do not have a skeleton-based project
@@ -36,7 +36,7 @@ If you have a project with a different structure then it is best to go straight
3636copier copy --trust gh:DiamondLightSource/python-copier-template /path/to/existing-project
3737git diff
3838# Examine the changes, put back anything you want to keep
39- git commit -m " Adopted python-copier-template x.x.x"
39+ git commit -m " Adopt python-copier-template x.x.x"
4040```
4141
4242:::{note}
You can’t perform that action at this time.
0 commit comments