This project is a simple automation script that allows you to add, commit and push changes to your Git repository in one go. It saves you time and effort by automating the process of adding, committing and pushing changes.
- Git installed on your system
- Bash shell
- Clone the repository to your local machine using the following command:
git clone https://github.com/johananoppongamoateng/git-automation-script.git
- Navigate to the project directory:
cd git-automation-script
- Make the script executable:
chmod u+x install.sh
- Run the script:
./install.sh
The script takes prompts you for the commit message and files to be staged:
This project is licensed under the MIT License - see the LICENSE file for details.