cmtr is a tool that allows developers to quickly commit files to git.
Before you begin, ensure you have met the following requirements:
git
To install cmtr, follow these steps:
git clone https://github.com/2kabhishek/cmtr
cd cmtr
# Setup symlink, make sure target directory is added to PATH
ln -sfnv $PWD/cmtr.sh ~/.local/bin/cmtr
USAGE:
cmtr [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