mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 18:41:41 +01:00
forking outside of github instructions
This commit is contained in:
parent
2e49bd9f09
commit
d41e9d3af4
12
README.md
12
README.md
@ -17,6 +17,7 @@ Includes:
|
|||||||
|
|
||||||
- [Getting started](#getting-started)
|
- [Getting started](#getting-started)
|
||||||
- [Project structure](#project-structure)
|
- [Project structure](#project-structure)
|
||||||
|
- ["Forking" outside of Github](#forking-outside-of-github)
|
||||||
|
|
||||||
<!-- tocstop -->
|
<!-- tocstop -->
|
||||||
|
|
||||||
@ -48,3 +49,14 @@ Only the important files are shown
|
|||||||
├── README.md # keep this up to date
|
├── README.md # keep this up to date
|
||||||
└── tsconfig.json
|
└── tsconfig.json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## "Forking" outside of Github
|
||||||
|
|
||||||
|
To use this base in other git software (not Github) you will have to manually manage the upstream.
|
||||||
|
Go into your existing repo and execute the following commands:
|
||||||
|
|
||||||
|
1. `git remote add upstream <clone-url>`
|
||||||
|
2. `git pull upstream master` # or other branchname
|
||||||
|
3. `git push`
|
||||||
|
|
||||||
|
Then, when you need to sync again you can repeat step 2 and 3
|
||||||
|
Loading…
Reference in New Issue
Block a user