Skip to content

kaichaosun/gai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gai

Git operations for AI workflow.

Install

cargo install gai-cli

Or from source:

cargo install --path .

Usage

gai <branch> <message>

Commits all working changes on a new branch, then switches back to the current branch.

gai feature-login "add login page"
# stages all changes, creates branch "feature-login", commits, switches back

Stay on the new branch

gai feature-login "add login page" --stay
# creates branch and stays on it instead of switching back

Options

Flag Description
--stay Stay on the new branch instead of switching back to the original

About

Git workflow for AI changes

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages