{"id":18748868,"url":"https://github.com/tboy1337/install-uninstall-git-linux","last_synced_at":"2026-04-04T20:31:15.630Z","repository":{"id":261504367,"uuid":"884505890","full_name":"tboy1337/Install-Uninstall-GIT-Linux","owner":"tboy1337","description":"Simple BASH scripts to automate the installation/updating and uninstallation of Git on Linux and Mac systems. ","archived":false,"fork":false,"pushed_at":"2025-05-12T09:49:34.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-28T10:07:48.526Z","etag":null,"topics":["automatic","bash","bash-scripting","cmdline","downloader","git","install","installer","linux","mac","macos","shell","silent","uninstall","uninstaller"],"latest_commit_sha":null,"homepage":"https://tboy1337.github.io/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tboy1337.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["tboy1337"],"patreon":"tboy1337","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-11-06T21:53:44.000Z","updated_at":"2025-05-12T09:49:37.000Z","dependencies_parsed_at":"2025-01-05T21:18:08.781Z","dependency_job_id":"5c67163c-ff8d-48cd-805f-c8d00910d8fc","html_url":"https://github.com/tboy1337/Install-Uninstall-GIT-Linux","commit_stats":null,"previous_names":["tboy1337/install-uninstall-update-git-linux","tboy1337/install-uninstall-git-linux"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tboy1337/Install-Uninstall-GIT-Linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tboy1337%2FInstall-Uninstall-GIT-Linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tboy1337%2FInstall-Uninstall-GIT-Linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tboy1337%2FInstall-Uninstall-GIT-Linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tboy1337%2FInstall-Uninstall-GIT-Linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tboy1337","download_url":"https://codeload.github.com/tboy1337/Install-Uninstall-GIT-Linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tboy1337%2FInstall-Uninstall-GIT-Linux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261808046,"owners_count":23212687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automatic","bash","bash-scripting","cmdline","downloader","git","install","installer","linux","mac","macos","shell","silent","uninstall","uninstaller"],"created_at":"2024-11-07T17:05:14.656Z","updated_at":"2025-12-30T21:31:07.563Z","avatar_url":"https://github.com/tboy1337.png","language":"Shell","funding_links":["https://github.com/sponsors/tboy1337","https://patreon.com/tboy1337"],"categories":[],"sub_categories":[],"readme":"# Install-Uninstall-GIT-Linux 🚀\n\n![Git Logo](https://git-scm.com/images/logos/downloads/Git-Logo-2Color.png)\n\nA simple yet powerful set of Bash scripts to install, update, and uninstall Git on Linux systems. Perfect for automating Git setup in your development environment!\n\n## 🌟 Features\n- **Easy Installation**: One-command setup for the latest Git version.\n- **Seamless Updates**: Quickly update Git to the newest release.\n- **Clean Uninstall**: Remove Git completely without leaving traces.\n- **Linux-Focused**: Optimized for popular distributions like Ubuntu, Debian, etc.\n\n## 📋 Prerequisites\n- A Linux system (tested on Ubuntu 20.04+)\n- Root privileges (scripts use sudo)\n- Internet connection for downloading packages\n\n## 🚀 Quick Start\n\n### Install or Update Git\nRun the installation script:\n```bash\nsudo bash install_update_git.sh\n```\n\nThis script will:\n1. Add the official Git PPA (for Ubuntu/Debian).\n2. Update package lists.\n3. Install or upgrade Git to the latest version.\n\n### Uninstall Git\nTo remove Git:\n```bash\nsudo bash uninstall_git.sh\n```\n\nThis will:\n1. Remove Git packages.\n2. Clean up any residual files.\n3. Remove the PPA if added.\n\n## 📖 Detailed Usage\n- **install_update_git.sh**: Checks if Git is installed, adds PPA if needed, and installs/updates Git.\n- **uninstall_git.sh**: Safely uninstalls Git and removes configurations.\n\n## ⚠️ Warnings\n- Always back up important data before running uninstall scripts.\n- These scripts require sudo; use with caution.\n\n## 📄 License\nThis project is licensed under the terms of the LICENSE.md file included in the repository. See [LICENSE.md](LICENSE.md) for details.\n\n## 🤝 Contributing\nFeel free to fork, submit issues, or pull requests! Let's make Git management even easier.\n\nHappy coding! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftboy1337%2Finstall-uninstall-git-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftboy1337%2Finstall-uninstall-git-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftboy1337%2Finstall-uninstall-git-linux/lists"}