Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 983 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 983 Bytes

Install and Uninstall Git on Linux and macOS

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.

Scripts

  1. install_update_git.sh: Installs or updates Git on Linux and macOS.
  2. uninstall_git.sh: Uninstalls Git from Linux and macOS.

Requirements

  • Linux or macOS operating system
  • Administrator privileges (use sudo)

Usage

  1. Install or Update Git:

    Run the install_update_git.sh script to install or update Git:

    sudo bash install_update_git.sh
  2. Uninstall Git

    Run the uninstall_git.sh script to remove Git:

    sudo bash uninstall_git.sh

License

This project is open source and available under the MIT License.

Contributing

Feel free to open issues or submit pull requests with improvements.