gstatus
Shows the status of the repository (staged, unstaged, untracked files etc.), after clearing the terminal screen.
Table of contents
- Demo
- Internals
- Implementation
Demo
Internals
clear
- clear the terminal screen
git status
- show the working tree status
Implementation