Git Commands

A visual interface for common Git commands and operations

Installation Instructions

macOS

brew install gh
gh auth login

Windows

winget install --id GitHub.cli
gh auth login

Linux (Ubuntu/Debian)

sudo apt update
sudo apt install gh
gh auth login
Local Server Operations
...

Virtual Environment Operations

Local Server Command
Copy
Branch Operations
Branches
Additional Operations
Current Branch: main

Current Commit:

updated

Git Command
Copy
Advanced Git Operations