git track alias.
Used for starting to track new files without staging them.
This commit is contained in:
		
							parent
							
								
									d9e5f00b62
								
							
						
					
					
						commit
						01bca4daf6
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -36,6 +36,7 @@
 | 
				
			||||||
        graph = "log-long-line --graph --topo-order --all";
 | 
					        graph = "log-long-line --graph --topo-order --all";
 | 
				
			||||||
        log-long-line = "log --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s'";
 | 
					        log-long-line = "log --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s'";
 | 
				
			||||||
        recent = "branch --sort=-committerdate --format='%(committerdate:relative)%09%(refname:short)'";
 | 
					        recent = "branch --sort=-committerdate --format='%(committerdate:relative)%09%(refname:short)'";
 | 
				
			||||||
 | 
					        track = "add -AN";
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      delta = {
 | 
					      delta = {
 | 
				
			||||||
        enable = true;
 | 
					        enable = true;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue