July 2018
Intermediate to advanced
354 pages
10h 57m
English
To enable the completion feature, you need to run the source command on the completion file, which you can do by adding the following lines to your .bashrc or .zshrc file, depending on your shell and the location of the Git completion file:
if [ -f /etc/bash_completion.d/git-completion.bash ]; then
source /etc/bash_completion.d/git-completion.bash
fi
Read now
Unlock full access