mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Add documentation to help new contributors with write access
from accidentally pushing upstream.
This commit is contained in:
		@@ -256,6 +256,13 @@ git fetch upstream
 | 
				
			|||||||
git rebase upstream/master
 | 
					git rebase upstream/master
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If you have write access to the main repository, you should modify your git configuration so that
 | 
				
			||||||
 | 
					you can't accidentally push to upstream:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					git remote set-url --push upstream no_push
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Regenerating the CLI documentation
 | 
					## Regenerating the CLI documentation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user