Link Search Menu Expand Document

gstatus

Shows the status of the repository (staged, unstaged, untracked files etc.), after clearing the terminal screen.

Table of contents

  1. Demo
  2. Internals
  3. Implementation

Demo

Internals

clear - clear the terminal screen

git status - show the working tree status

Implementation