Punkt
Commands

git

Execute arbitrary Git commands within the context of local state repository.

Usage

Shell
punkt git [<git-command>]

This command only executes if Git is installed and available in the system's PATH.

Examples

punkt git status
punkt git log --oneline
punkt git checkout -b new-branch

On this page