new file mode 100644
@@ -0,0 +1,5 @@
+if [ -r '/usr/share/bash-completion/completions/git' ]
+then
+ . '/usr/share/bash-completion/completions/git'
+ __git_complete g __git_main
+fi
new file mode 120000
@@ -0,0 +1 @@
+../.bashrc.d/git.bash
\ No newline at end of file