Alois Mahdal
							
						 
						
							
								4c075fbba0
								
							 
						 
						
							Add new custom sub-command: who 
							
							
						 
						před 10 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								3c9d2c0497
								
							 
						 
						
							Always use --verbose with commits 
							
							 
							
--verbose never hurts; even for trivial changes it's good to check for
commit creep. 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								84f330656c
								
							 
						 
						
							Make `git k` and `git ka` pass down arguments to gitk 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								6f5e786acf
								
							 
						 
						
							Add new template; for temporary templates 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								4143bbc330
								
							 
						 
						
							Free 't' for next alias 
							
							 
							
Use 'r' for typos since it's typo of 't'. 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								0dcd379c73
								
							 
						 
						
							Place diff in commit message hints for version bumps 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								e6640da4f0
								
							 
						 
						
							Have git hint with actual diff when committing 
							
							 
							
Git will add the actual diff to the message displayed in the editor.
This allows to consult better what was actually done and to make use of
code completion features like that of Vim.
Note that with --amend (`cma` alias) the behavior is that the final
diff is shown, i.e. not just the amendment.
Also it's intentionally not used by default message aliases as these
are intended for express and/or ad-hoc commits (so far). 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								c28b4680a7
								
							 
						 
						
							Add new Git commit message template: bump version 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								bfb2b7e082
								
							 
						 
						
							Rename before.gitconfig to more sane main.gitconfig 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								66fd4ea268
								
							 
						 
						
							Add 'gra' alias for 'gr'(aph) showing all branches 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								36893c7fa6
								
							 
						 
						
							Allow limiting history in commmand 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								2745f45e35
								
							 
						 
						
							Add new default commmit message for Flake8 cleanups 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								a83226d4af
								
							 
						 
						
							Rename git-universe to gittum 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								3985580bd1
								
							 
						 
						
							Add sibling: new git helper script and alias 
							
							
						 
						před 11 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								854d0f0718
								
							 
						 
						
							Use default messages with aliases but do open editor 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								17063e4e0c
								
							 
						 
						
							New commit message alias: cmw for "quick & dirty" WIP commits 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								d4b9493e15
								
							 
						 
						
							New aliases: k for gitk and ka for gitk --all 
							
							 
							
The latter is alternative for `gitka` bash alias 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								857f8b14db
								
							 
						 
						
							Alphabetical order! 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								fe58d070de
								
							 
						 
						
							Better message file name semantic 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								587ff4f2fa
								
							 
						 
						
							Added new alias, cmt for cm with typo message 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								a4ecb15727
								
							 
						 
						
							New Git alias: grr, like gr but much smaller--ignores linear parts 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								62ea56b75f
								
							 
						 
						
							Added cp for cherry-pick 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								751801022f
								
							 
						 
						
							Split long line in gitconfig for readability 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								0f5604d5f1
								
							 
						 
						
							Added shell `clear` before `add --patch` and `diff --cached` 
							
							 
							
Thanks to [this question on SO][1].
  [1]: http://stackoverflow.com/questions/7534184/git-alias-multiple-commands-and-parameters 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								e41ae5dbc8
								
							 
						 
						
							Added alias: rb for rebase 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								b110701e32
								
							 
						 
						
							Made global gitconfig not override everything 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								f2ada494b5
								
							 
						 
						
							Remapped aliases for better mnemotechniuc 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								75c82cf64f
								
							 
						 
						
							Sorted git aliases by abc 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								0ef0073a03
								
							 
						 
						
							Added more git aliases 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								08e6b5d308
								
							 
						 
						
							Split "global" gitconfig into separate specific ones 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								292ffc5c20
								
							 
						 
						
							Added support for per-host, per-user, before and after configs 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								5087be234d
								
							 
						 
						
							Added git alias dc - "diff --cached" 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								ef04db3206
								
							 
						 
						
							Added git-achievements' settings 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								f918aaaaf0
								
							 
						 
						
							Set default push strategy for git 1.8 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								724570d929
								
							 
						 
						
							Cleanup whitespace 
							
							
						 
						před 12 roky  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								6907d4ec29
								
							 
						 
						
							Added git-universe 
							
							
						 
						před 12 roky