mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	feat(git): run gitk in the background in gk and gke aliases (#9657)
				
					
				
			This commit is contained in:
		| @@ -90,8 +90,8 @@ plugins=(... git) | ||||
| | gignore              | git update-index --assume-unchanged                                                                                              | | ||||
| | gignored             | git ls-files -v \| grep "^[[:lower:]]"                                                                                           | | ||||
| | git-svn-dcommit-push | git svn dcommit && git push github $(git_main_branch):svntrunk                                                                   | | ||||
| | gk                   | gitk --all --branches                                                                                                            | | ||||
| | gke                  | gitk --all $(git log -g --pretty=%h)                                                                                             | | ||||
| | gk                   | gitk --all --branches &!                                                                                                          | | ||||
| | gke                  | gitk --all $(git log -g --pretty=%h) &!                                                                                           | | ||||
| | gl                   | git pull                                                                                                                         | | ||||
| | glg                  | git log --stat                                                                                                                   | | ||||
| | glgp                 | git log --stat -p                                                                                                                | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user