7
1
Fork
You've already forked g
0
minimal yet styled git wrapper.
  • Go 99.4%
  • Nix 0.6%
2026年04月26日 14:52:59 +02:00
.envrc chore: readme 2026年04月25日 16:48:43 +02:00
.gitignore chore: readme 2026年04月25日 16:48:43 +02:00
color.go chore: readme 2026年04月25日 16:48:43 +02:00
devenv.lock chore: readme 2026年04月25日 16:48:43 +02:00
devenv.nix chore: readme 2026年04月25日 16:48:43 +02:00
devenv.yaml chore: readme 2026年04月25日 16:48:43 +02:00
git.go chore: readme 2026年04月25日 16:48:43 +02:00
git_branch.go chore: readme 2026年04月25日 16:48:43 +02:00
git_diff.go chore: readme 2026年04月25日 16:48:43 +02:00
git_header.go chore: readme 2026年04月25日 16:48:43 +02:00
git_info.go chore: readme 2026年04月25日 16:48:43 +02:00
git_log.go chore: readme 2026年04月25日 16:48:43 +02:00
git_ops.go refactor: add 2026年04月26日 14:52:59 +02:00
git_status.go chore: readme 2026年04月25日 16:48:43 +02:00
go.mod chore: readme 2026年04月25日 16:48:43 +02:00
LICENSE Initial commit 2026年04月25日 16:43:41 +02:00
main.go chore: readme 2026年04月25日 16:48:43 +02:00
README.md chore: readme 2026年04月25日 16:48:43 +02:00
util.go refactor: add 2026年04月26日 14:52:59 +02:00

g

minimal yet styled git wrapper.

commands

short full description
s status grouped status with progress bar
l log compact log with relative time and refs
d diff stat histogram + full colored diff
b branch branches with tracking and ahead/behind
a add stage files with timing feedback
c commit commit with hash + timing summary
p push push with elapsed time
pl pull pull with elapsed time
st stash stash list with relative time
info repo stats: commits, authors, tags, dates
* anything redirect to git