mirror of
https://github.com/jakubpawlowicz/git-cheat-sheet.git
synced 2025-12-19 14:19:00 +02:00
Adds ai alias for add --interactive.
This commit is contained in:
@@ -164,6 +164,7 @@ git rev-parse --short <sha>
|
||||
#### My aliases
|
||||
```shell
|
||||
git config --global alias.aa "add --all"
|
||||
git config --global alias.ai "add --interactive"
|
||||
git config --global alias.b "branch"
|
||||
git config --global alias.ba "branch -a"
|
||||
git config --global alias.co "checkout"
|
||||
|
||||
Reference in New Issue
Block a user