Skip to content

Simple BASH scripts to automate the installation/updating and uninstallation of Git on Linux and Mac systems.

License

Notifications You must be signed in to change notification settings

tboy1337/Install-Uninstall-GIT-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.