mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Update pull_request.rst
Add '-f' for 'git push' after changed the commit by 'git rebase' or 'git commit --amend'
This commit is contained in:
		| @@ -33,7 +33,7 @@ After submitting a pull request, you may get comments from reviewer that somethi | ||||
|  | ||||
| #. Push the new commit to remote repository. Then the commit will be displayed in pull request automatically. :: | ||||
|  | ||||
|     $git push origin <mybranch> | ||||
|     $git push origin <mybranch> -f | ||||
|  | ||||
| Resolving Conflit in the Pull Request | ||||
| ------------------------------------ | ||||
| @@ -63,7 +63,7 @@ During the reviewing of your pull request, some one may change certain code whic | ||||
|  | ||||
| #. Push the change to the remote repository :: | ||||
|  | ||||
|     $git push origin <mybranch> | ||||
|     $git push origin <mybranch> -f | ||||
|  | ||||
| Then you will see the pull request is enabled to be merged automatically. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user