fix: GitMemo displayed commands
This commit is contained in:
		
							parent
							
								
									5bd5d2c2f3
								
							
						
					
					
						commit
						b65b69dd97
					
				| @ -132,13 +132,9 @@ | |||||||
|                             text: 'Rebase a branch into the current', |                             text: 'Rebase a branch into the current', | ||||||
|                             code: 'git rebase [branch]' |                             code: 'git rebase [branch]' | ||||||
|                         }, |                         }, | ||||||
|                         { |  | ||||||
|                             text: 'Rebase merge (conflicts)', |  | ||||||
|                             code: 'git merge --abort' |  | ||||||
|                         }, |  | ||||||
|                         { |                         { | ||||||
|                             text: 'Continue rebase after resolving conflicts', |                             text: 'Continue rebase after resolving conflicts', | ||||||
|                             code: 'git merge --continue' |                             code: 'git rebase --continue' | ||||||
|                         }, |                         }, | ||||||
|                     ] |                     ] | ||||||
|                 }, |                 }, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user