git-bird

command module
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2023 License: MIT Imports: 6 Imported by: 0

README ΒΆ

git-bird

Git Bird is a command-line tool that simplifies common Git operations. It provides a convenient way to perform tasks like committing changes, pulling updates from a remote repository, and more.

Go build

Prerequisites πŸ“‹

Before installing Git Bird, You will also need to have GoLang installed. To check if you have Go installed, open your terminal window and run the following command:

go --version

If you see a version number in the output, it means that Go is installed. If not, you can download and install go using the below documentation:

https://go.dev/doc/install

Installation πŸ“₯

To install Git Bird, please follow the steps below:

  1. Clone the Git Bird repository to your local machine by running the following command in your terminal:
git clone https://github.com/chrispeterjeyaraj/git-bird
  1. Navigate into the cloned repository by running the following command in your terminal:
cd git-bird
  1. Run the install.sh script by running the following command in your terminal:
./install.sh

This will install the required Go packages, copy the gptcommit executable to your /usr/local/bin directory, and add an alias to your .bashrc file.

Usage ⚑

To use Git Bird, Navigate to the directory of the Git repository you wish to commit changes to, and run the following command in your terminal:

gitbird

This will show the commands Git Bird supports and provide help documentation.

Uninstallation πŸ“€

To uninstall Git Bird, please follow the steps below:

  1. Navigate to the directory where you cloned the Git Bird repository by running the following command in your terminal:
cd <path-to-gitgird-repo>
  1. Run the uninstall.sh script by running the following command in your terminal:
./uninstall.sh

This will remove the gitbird executable from your /usr/local/bin directory

Contribution πŸ™Œ

I welcome contributions from the community! If you find a bug πŸ› or have an idea for a new feature πŸ’‘, please open an issue or submit a pull request.

LICENSE πŸ“œ

Git Bird is licensed under the MIT License. See the LICENSE file for more information.


  • If you found Git Bird useful, please consider giving this repo a star ⭐️!

Documentation ΒΆ

The Go Gopher

There is no documentation for this package.

Directories ΒΆ

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL