You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AntoinePrv edited this page Jan 21, 2018
·
2 revisions
Git completion in bash
In a terminal, you can use the Tab key to trigger completion.
We can add completions for the the git command , subcommands (git add, git log, git statusetc.), as well as tracked files in your current project (so you can have completion for files that changed name, were deleted etc.).
The file can be found here and has more information detailed. To use it, it's very simple.