-gt is not a shell command. However, I think you might be trying to do the gt shell command, which is used in the Git shell.
gt is an alias for git status, which displays the status of your Git repository, including:
- Unstaged changes (modified files)
- Staged changes (files ready to be committed)
- Untracked files (new files not yet added to Git)
- Branch information (current branch and remote tracking)
If you're looking for a shell command starting with -gt, it's possible that you're thinking of a different command or option. Please provide more context or clarify what you're trying to achieve, and I'll do my best to assist you!