Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

gitu

Mini CLI for common git flows.

Requirements

Installation

curl -fsSL https://raw.githubusercontent.com/luisvillegasbf23/gitu/main/src/install.sh | sh

Usage

gitu                    Show help
gitu push <message> <file> [file2 ...]   Add, commit and push to current branch
gitu clean              Switch to master/main and delete all other local branches
gitu who                 Show current git user and remote
gitu uninstall           Remove gitu from this machine

Examples

gitu push "fix: update dependencies" .
gitu push "feat: add login" src/login.js src/styles.css
gitu clean
gitu who
gitu uninstall

License

Apache-2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages