mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	git: fix markdown in README (#8769)
This commit is contained in:
		
							parent
							
								
									8b80461e6e
								
							
						
					
					
						commit
						4d1202c70c
					
				@ -22,7 +22,7 @@ plugins=(... git)
 | 
			
		||||
| gb                   | git branch                                                                                                                       |
 | 
			
		||||
| gba                  | git branch -a                                                                                                                    |
 | 
			
		||||
| 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                                                                                                                    |
 | 
			
		||||
| gbl                  | git blame -b -w                                                                                                                  |
 | 
			
		||||
| gbnm                 | git branch --no-merged                                                                                                           |
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user