Skip to content

Commit fcf8789

Browse files
committed
Update README instructions with proper git merge conventions
Signed-off-by: Steven Esser <sesser@nexb.com>
1 parent 5febefb commit fcf8789

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Update an existing project
2626
cd my-existing-project
2727
git remote add skeleton git@github.com:nexB/skeleton
2828
git fetch skeleton
29-
git merge skeleton --allow-unrelated-histories
29+
git merge skeleton/main --allow-unrelated-histories
3030
31-
This is also the workflow to use when updating the skeleton files in any given repository.
31+
This is also the workflow to use when updating the skeleton files in any given repository.

0 commit comments

Comments
 (0)