Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.99 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.99 KB

gcom simplifies the git commit process, enabling developers to swiftly stage and commit changes with minimal fuss. Ideal for quick updates, it automates routine git operations, making it a go-to tool for efficient code versioning.

⚙️ Requirements

Before you begin, ensure you have met the following requirements:

  • You have installed git

🚀 Installing

To install gcom, follow these steps:

curl -fsSL https://raw.githubusercontent.com/sanurb/gcom/main/install.sh | bash

💻 Using gcom

USAGE:
    gcom [FLAGS]

FLAGS:
                    Select files sorted newest first
    -a              Batch commit files oldest first
    -n              Select files sorted by name
    -an | -na       Batch commit files sorted by name
    -h              Show help

⭐ hit the star button if you found this useful ⭐