Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 1898904

Browse files
committed
change update merge branch to main
1 parent 2a803e6 commit 1898904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to/update.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ structure in an existing repo) some time ago, there may be some changes to the
66
structure that you could pick up. You can optionally check what differences
77
these changes make to the files by doing::
88

9-
$ git fetch https://github.com/epics-containers/python3-pip-skeleton skeleton
9+
$ git fetch https://github.com/epics-containers/python3-pip-skeleton main
1010
$ git diff ...FETCH_HEAD
1111

1212
To merge the changes in do::
1313

14-
$ git pull https://github.com/epics-containers/python3-pip-skeleton skeleton
14+
$ git pull https://github.com/epics-containers/python3-pip-skeleton main

0 commit comments

Comments
 (0)