Skip to content

Latest commit

 

History

History
48 lines (21 loc) · 950 Bytes

README.md

File metadata and controls

48 lines (21 loc) · 950 Bytes

Git Add Commit Push Automation Project

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.

Requirements

  • Git installed on your system
  • Bash shell

Installation

  1. Clone the repository to your local machine using the following command:

git clone https://github.com/johananoppongamoateng/git-automation-script.git

  1. Navigate to the project directory:

cd git-automation-script

  1. Make the script executable:

chmod u+x install.sh

  1. Run the script:

./install.sh

Usage

The script takes prompts you for the commit message and files to be staged:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments