We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be89be commit 2fcd6f9Copy full SHA for 2fcd6f9
1 file changed
ADD_TO_EXISTING_PACKAGE.md
@@ -18,7 +18,8 @@ $ git fetch existing_code
18
$ git merge existing_code/<BRANCH> --allow-unrelated-histories
19
```
20
21
-4. The previous step will likely result in several merge conflicts. Solve the conflicts by editing the files and add the files to Git:
+4. The previous step will likely result in several merge conflicts. Solve the conflicts by editing the files.
22
+5. Add all the files to GitHub:
23
```shell
24
$ EDITOR CONFLICT_FILES
25
$ git add --all
0 commit comments