electrikmilk / arbor

Git Utility 🌳

Home Page:https://pkg.go.dev/github.com/electrikmilk/arbor?tab=doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arbor

Releases GoDoc Go Report Card

Current features

Auto commit

arbor commit

This mimics a GitHub feature but for the command line. If you have only one file in staging, this will automatically commit it with an appropriate imparative prefix (e.g. Add file.txt).

Branch template

Create git branches using a standard template:

type/initials/reference
arbor branch

Example

You're prompted for your initials on first run, but you can set new initials with the -i or --initials flag or by editing the .initials file in your home directory.

You can base your branch off of remote branches using the -r or --remote flag.

Arbor does not currently support remote protected branches.

Arbor uses my TUI framework ttuy.

About

Git Utility 🌳

https://pkg.go.dev/github.com/electrikmilk/arbor?tab=doc

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%