This project provides two Bash scripts to manage Git installation and uninstallation on Linux and macOS systems. These scripts allow you to:
- Install or update Git if it’s not already installed.
- Uninstall Git with ease.
- install_update_git.sh: Installs or updates Git on Linux and macOS.
- uninstall_git.sh: Uninstalls Git from Linux and macOS.
- Linux or macOS operating system
- Administrator privileges (use
sudo
)
-
Install or Update Git:
Run the
install_update_git.sh
script to install or update Git:sudo bash install_update_git.sh
-
Uninstall Git
Run the
uninstall_git.sh
script to remove Git:sudo bash uninstall_git.sh
This project is open source and available under the MIT License.
Feel free to open issues or submit pull requests with improvements.