mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	git: fix markdown in README (#8769)
This commit is contained in:
		| @@ -22,7 +22,7 @@ plugins=(... git) | |||||||
| | gb                   | git branch                                                                                                                       | | | gb                   | git branch                                                                                                                       | | ||||||
| | gba                  | git branch -a                                                                                                                    | | | gba                  | git branch -a                                                                                                                    | | ||||||
| | gbd                  | git branch -d                                                                                                                    | | | gbd                  | git branch -d                                                                                                                    | | ||||||
| | gbda                 | git branch --no-color --merged \| command grep -vE "^(\+|\*\|\s*(master\|develop\|dev)\s*$)" \| command xargs -n 1 git branch -d | | | gbda                 | git branch --no-color --merged \| command grep -vE "^(\+\|\*\|\s*(master\|develop\|dev)\s*$)" \| command xargs -n 1 git branch -d | | ||||||
| | gbD                  | git branch -D                                                                                                                    | | | gbD                  | git branch -D                                                                                                                    | | ||||||
| | gbl                  | git blame -b -w                                                                                                                  | | | gbl                  | git blame -b -w                                                                                                                  | | ||||||
| | gbnm                 | git branch --no-merged                                                                                                           | | | gbnm                 | git branch --no-merged                                                                                                           | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user