We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6d4c3 commit 0a4b8ffCopy full SHA for 0a4b8ff
1 file changed
README.md
@@ -89,14 +89,14 @@ you can fetch and merge in changes from this repository.
89
Add this as a new remote with
90
91
```
92
-$ git remote add upstream git@github.com:seamapi/makenew-tsmodule.git
+$ git remote add makenew git@github.com:seamapi/makenew-tsmodule.git
93
94
95
You can then fetch and merge changes with
96
97
98
-$ git fetch --no-tags upstream
99
-$ git merge upstream/main
+$ git fetch --no-tags makenew
+$ git merge makenew/main
100
101
102
## Installation
0 commit comments