.gitconfig

changeset 180
96dbe6a6008d
parent 177
6d15a355e17a
child 182
5a18e80bf2ea
--- a/.gitconfig
+++ b/.gitconfig
@@ -16,6 +16,7 @@
 	outgoing  = log @{u}..
 	glog      = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
 	cleanup   = "!git branch --merged | grep  -v '\\*\\|master\\|develop' | xargs -n 1 echo git branch -d"
+	ctags     = !~/.git_helpers/ctags
 
 [branch]
 	autosetuprebase = always

mercurial