# README
okgit
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
Command | Description |
---|---|
ad | Stage files for commit. Similar to git add |
bn | Get current branch name. Similar to git branch |
ch | Switch branches or restore working tree files. Similar to git checkout |
cm | Create a conventional commit. Similar to git commit |
completion | Generate the autocompletion script for the specified shell |
done | Do add commit and push at one go |
help | Help about any command |
init | Add .okgit/ to the .gitignore file |
pl | Pull remote branch changes. Similar to git pull |
ps | Push local branch changes to remote. Similar to git push |
rs | Reset changes in the working directory. Similar to git reset |
sn | Sync local branch with remote from -> to |
st | Check the status of the repository. Similar to git status |
start | Start 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