Skip to content

Instantly share code, notes, and snippets.

@bugant
Created July 22, 2025 15:56
Show Gist options
  • Select an option

  • Save bugant/733ee7fbbcf557196c57dacddc4861bf to your computer and use it in GitHub Desktop.

Select an option

Save bugant/733ee7fbbcf557196c57dacddc4861bf to your computer and use it in GitHub Desktop.
git alias to g with autocompletion (works on Fedora)
alias g="git"
if [ -f /usr/share/bash-completion/completions/git ]; then
. /usr/share/bash-completion/completions/git
__git_complete g __git_main
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment