Categorygithub.com/tinydig/gitauthor
repository
0.1.0-alpha.2
Repository: https://github.com/tinydig/gitauthor.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Gitauthor

Quickly setup git repository author details.

Install

Install for Mac

curl -sSfL https://raw.githubusercontent.com/tinydig/gitauthor/master/scripts/install.sh | sh -s v0.1.0-alpha.2 darwin

gitauthor init

Manually install for Mac

Download the binary from release and put it in /usr/local/bin.

Install for Linux

curl -sSfL https://raw.githubusercontent.com/tinydig/gitauthor/master/scripts/install.sh | sh -s v0.1.0-alpha.2 linux

gitauthor init

Manually install for Linux

Download the binary from release and put it in /usr/local/bin.

Install for Windows

Download the binary and put it somewhere in your %path%.

Commands

CommandDetailsExample
helpPrint help menugitauthor help
initCreates config filegitauthor init
configList path to config filegitauthor config
listList all configured authors from config filegitauthor list
selectApply an author to current repositorygitauthor select [user]
currentList current git author for current repogitauthor current

License