-
Notifications
You must be signed in to change notification settings - Fork 0
Gicoto is the git commit automation such as adding files, commiting files, and pushing the changes.
License
bydzen/gicoto
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Gicoto is the git commit automation such as adding files, commiting files, and pushing the changes. How to Install on Linux Machine Steps: 1. Save the script as `gicoto`. 2. Make the script executable: chmod +x gicoto 3. Copy the script to a directory in your PATH (e.g., /usr/bin/): sudo cp gicoto /usr/bin/ 4. Ensure `fzf` is installed. Install it using your package manager: - Debian/Ubuntu: sudo apt install fzf - MacOS: brew install fzf Usage: gicoto Help: gicoto --help Enjoy.
About
Gicoto is the git commit automation such as adding files, commiting files, and pushing the changes.