mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	README.md: fix typo in git_stash description
from "stashes you local modifications" to "stashes your local modifications"
This commit is contained in:
		| @@ -187,7 +187,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: | |||||||
| * `git_rm_recursive` – adds `-r` when you try to `rm` a directory; | * `git_rm_recursive` – adds `-r` when you try to `rm` a directory; | ||||||
| * `git_rebase_merge_dir` – offers `git rebase (--continue | --abort | --skip)` or removing the `.git/rebase-merge` dir when a rebase is in progress; | * `git_rebase_merge_dir` – offers `git rebase (--continue | --abort | --skip)` or removing the `.git/rebase-merge` dir when a rebase is in progress; | ||||||
| * `git_remote_seturl_add` – runs `git remote add` when `git remote set_url` on nonexistant remote; | * `git_remote_seturl_add` – runs `git remote add` when `git remote set_url` on nonexistant remote; | ||||||
| * `git_stash` – stashes you local modifications before rebasing or switching branch; | * `git_stash` – stashes your local modifications before rebasing or switching branch; | ||||||
| * `git_stash_pop` – adds your local modifications before popping stash, then resets; | * `git_stash_pop` – adds your local modifications before popping stash, then resets; | ||||||
| * `git_two_dashes` – adds a missing dash to commands like `git commit -amend` or `git rebase -continue`; | * `git_two_dashes` – adds a missing dash to commands like `git commit -amend` or `git rebase -continue`; | ||||||
| * `go_run` – appends `.go` extension when compiling/running Go programs; | * `go_run` – appends `.go` extension when compiling/running Go programs; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user