add git alias
how to add git config
where to add
git config --list --show-origin
add alias
add an alias to the [alias] section of one of the .gitconfig file
[alias]
aa = add .
how to add git config
git config --list --show-origin
add an alias to the [alias] section of one of the .gitconfig file
[alias]
aa = add .