Skip to content

Commit 0a4b8ff

Browse files
committed
Update recommended upstream name to makenew
1 parent 7f6d4c3 commit 0a4b8ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ you can fetch and merge in changes from this repository.
8989
Add this as a new remote with
9090

9191
```
92-
$ git remote add upstream [email protected]:seamapi/makenew-tsmodule.git
92+
$ git remote add makenew [email protected]:seamapi/makenew-tsmodule.git
9393
```
9494

9595
You can then fetch and merge changes with
9696

9797
```
98-
$ git fetch --no-tags upstream
99-
$ git merge upstream/main
98+
$ git fetch --no-tags makenew
99+
$ git merge makenew/main
100100
```
101101

102102
## Installation

0 commit comments

Comments
 (0)