Skip to content

Instantly share code, notes, and snippets.

@tadd
Last active November 3, 2022 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadd/654b46336b0429872c08521b567c8ca3 to your computer and use it in GitHub Desktop.
Save tadd/654b46336b0429872c08521b567c8ca3 to your computer and use it in GitHub Desktop.
type -t git-$1 >/dev/null && exec git-$1 "${@:2}" || git "$@"
@tadd
Copy link
Author

tadd commented Oct 26, 2022

Did you know: alias git=git_force_alias.bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment