Categorygithub.com/rajnandan1/okgit
modulepackage
1.0.18
Repository: https://github.com/rajnandan1/okgit.git
Documentation: pkg.go.dev

# README

okgit

okgit1

Inspiration

I wanted to write conventional commit messages but I was too lazy to write them manually. So I created this tool to help me write conventional commits.

Use this tool to

  • Create and Commit conventional commits
  • Other git chores

Install

brew tap rajnandan1/homebrew-rajnandan
brew install okgit 

Update

brew upgrade okgit

Documentation

CommandDescription
adStage files for commit. Similar to git add
bnGet current branch name. Similar to git branch
chSwitch branches or restore working tree files. Similar to git checkout
cmCreate a conventional commit. Similar to git commit
completionGenerate the autocompletion script for the specified shell
doneDo add commit and push at one go
helpHelp about any command
initAdd .okgit/ to the .gitignore file
plPull remote branch changes. Similar to git pull
psPush local branch changes to remote. Similar to git push
rsReset changes in the working directory. Similar to git reset
snSync local branch with remote from -> to
stCheck the status of the repository. Similar to git status
startStart working on new or existing branch
okgit --help

Development

mkdir bin
go build -o bin ./... &&  ./bin/okgit cm

# Packages

Copyright © 2024 Raj Nandan Sharma [email protected] */.
No description provided by the author
No description provided by the author