Fix typos in README file
This commit is contained in:
		
							parent
							
								
									e96539c093
								
							
						
					
					
						commit
						88e23013ec
					
				| @ -19,11 +19,13 @@ than remember the plumbing term of a specific command. | ||||
|   shorthand for `git push -u origin <branch>`. | ||||
| * `unpublish` delete a remote branch, shorthand for `git push origin :<branch>`. | ||||
| * `force` force push local changes to the remote, shorthand for | ||||
|   `git push --force-with-lease`. | ||||
| * `changes` compare the list of commits on the local branch to another branch, | ||||
|   e.g. when on a feature branch `git changes master` lists the commits which are | ||||
|   not present on the master branch. | ||||
|   `git push --force-with-lease`. | ||||
| * `save` like pushing to the stash but attached to a branch, shorthand for | ||||
|   `git commit -am temp`. | ||||
| * `load` like popping from the stash but attached to a branch, shorthand for | ||||
|   `git reset --mixed HEAD`. | ||||
| 
 | ||||
| [git]: https://git-scm.com | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user