mirror of
				https://github.com/Mastermindzh/react-starter-kit.git
				synced 2025-11-04 10:48:54 +01:00 
			
		
		
		
	forking outside of github instructions
This commit is contained in:
		
							
								
								
									
										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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user