gitbroski
v1.3.0
Published
https://gratis-neon-644.notion.site/GitBroski-Broski-for-your-Github-Workflow-286e41747653800a9cc4f7b014c6cf51
Maintainers
Readme
Git-Broski
https://gratis-neon-644.notion.site/GitBroski-Broski-for-your-Github-Workflow-286e41747653800a9cc4f7b014c6cf51
Broski for your Git!
A CLI tool to perform various manual tasks with single commands
Usage
- Open currently working directory in github/gitlab
gitbroski open- Auto create .gitignore files
gitbroski ignore <Language>Currently supports python Issues open for node.js, golang and many more language
- Easy Empty commit
gitbroski empty commit <your-Message>Installation
1. Clone the Repository
git clone https://github.com/your-username/gitbroski.git
cd gitbroski2. Install Dependencies
go mod tidy3. Build the Project
go build -o gitbroski ./cmd4. (Optional) Create a Symlink for Global Use
sudo ln -s /full/path/to/gitbroski /usr/local/bin/gitbroskiThis allows you to run
gitbroskifrom any directory.
- Opens the current Git repository in your default browser.
Contribution Guide
- Fork and clone the repository.
- Install dependencies:
go mod tidy- Build the project:
go build -o gitbroski ./cmd- Create a symlink for global use (optional):
sudo ln -s /full/path/to/gitbroski /usr/local/bin/gitbroski- Run
gitbroskifrom any folder and contribute!
License
MIT
