Skip to content

Instantly share code, notes, and snippets.

@naazeri
Last active March 23, 2023 18:05
Show Gist options
  • Save naazeri/9ca2e8cfdc0add91fe0ffaeef92231a0 to your computer and use it in GitHub Desktop.
Save naazeri/9ca2e8cfdc0add91fe0ffaeef92231a0 to your computer and use it in GitHub Desktop.
Add Alias to Git

this command set alias for git add -A to git a:

git config --global alias.a 'add -A'

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