{"id":15207017,"url":"https://github.com/abdelrahman822000/git-gui","last_synced_at":"2026-01-07T07:15:08.006Z","repository":{"id":251557760,"uuid":"837706652","full_name":"Abdelrahman822000/Git-Gui","owner":"Abdelrahman822000","description":"A graphical user interface for managing Git repositories, developed using C++ and the Qt framework. This application streamlines common Git operations including initializing new repositories, updating existing ones, cloning repositories, and viewing repository status and logs.","archived":false,"fork":false,"pushed_at":"2024-08-03T20:13:05.000Z","size":32228,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T06:36:23.902Z","etag":null,"topics":["cpp","git","gitgui","gui","gui-application","qt","qtcreator"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abdelrahman822000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-08-03T19:17:58.000Z","updated_at":"2024-08-03T23:20:50.000Z","dependencies_parsed_at":"2024-08-04T02:36:37.413Z","dependency_job_id":null,"html_url":"https://github.com/Abdelrahman822000/Git-Gui","commit_stats":null,"previous_names":["abdelrahman822000/git-gui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdelrahman822000%2FGit-Gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdelrahman822000%2FGit-Gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdelrahman822000%2FGit-Gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdelrahman822000%2FGit-Gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abdelrahman822000","download_url":"https://codeload.github.com/Abdelrahman822000/Git-Gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245931756,"owners_count":20695958,"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":["cpp","git","gitgui","gui","gui-application","qt","qtcreator"],"created_at":"2024-09-28T06:05:56.331Z","updated_at":"2026-01-07T07:15:07.977Z","avatar_url":"https://github.com/Abdelrahman822000.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"**This Project was developed by Abdelrahman Mohamed Hamad**\n\n# Git GUI\n\nA graphical user interface (GUI) for managing Git repositories with functionalities for initializing, updating, cloning, and viewing repository status and logs.\n\n## Table of Contents\n- [Project Description](#project-description)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [License](#license)\n- [Contact](#contact)\n\n## Project Description\n\nThis project is a Git GUI developed using C++ and the Qt framework. It provides a user-friendly interface for common Git operations including creating new repositories, updating existing ones, cloning repositories, and viewing repository status and logs.\n\n## Features\n\n- Initialize new Git repositories\n- Update existing repositories\n- Clone repositories from remote sources\n- View current repository status\n- View commit logs\n\n## Installation\n\n### Prerequisites\n\n- Qt Creator\n- Qt 6.7.1 or higher\n- C++ compiler (e.g., GCC, MinGW)\n- Git (must be installed on your system)\n\n### Steps\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/Abdelrahman822000/Git-Gui.git\n    cd Git-Gui\n    ```\n\n2. **Build the project:**\n    - Open the Git-Gui project in Qt Creator by choosing `File -\u003e Open File or Project`, then navigate to where you cloned the repository and select `GIT_GUI_Project.pro`.\n    - Configure the project using your desired kit.\n    - Build the project using the Build menu.\n\n## Usage\n\n### Running the Application\n\n1. **Start the application:**\n    - Run the project using Qt Creator. The application will build and start.\n    - Alternatively, navigate to `Git_GUI/build/Desktop_Qt_6_7_0_MinGW_64_bit-Release/release` and run the `GIT_GUI_Project.exe` executable.\n\n### GUI Tabs\n\n1. **Start Tab:**\n    - Enter your username and email for git and choose your operation. ![Start](https://github.com/user-attachments/assets/2814380a-a6e0-462c-9e12-862a5386c51b)\n\n\n2. **New Repo Tab:**\n    - Create a new Git repository by specifying the local repository path, the repository URL, and the initial commit message. ![New Repo](https://github.com/user-attachments/assets/8fe5c203-2357-4093-aeb2-ee7c789731f7)\n\n\n3. **Update Repo Tab:**\n    - Update the local repository by specifying the local repository path and commit message. ![Update Repo](https://github.com/user-attachments/assets/aa09f283-2924-49a1-a8a7-d1eb92daa035)\n\n\n4. **Clone Tab:**\n    - Clone a remote repository to a local directory by providing the remote URL and local path. ![Clone Repo](https://github.com/user-attachments/assets/35fd30e4-c815-431a-99f9-660fc5cbb6c6)\n\n\n5. **Status Tab:**\n    - View the current status of the repository, including staged, unstaged, and untracked changes. ![Get Status](https://github.com/user-attachments/assets/1634a58d-f648-4af4-8cae-eea22bd65e57)\n\n\n6. **Log Tab:**\n    - View the commit history and detailed logs of the repository. ![Get Log](https://github.com/user-attachments/assets/ff99b999-4921-41dc-af83-1a7dae76ce7d)\n\n\n## License\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nIf you have any questions, feel free to contact me:\n- **Phone:** +201028325749\n- **Email:** a.mohamed822000@gmail.com\n- **LinkedIn:** [Abdelrahman Mohamed Hamad](https://www.linkedin.com/in/abdelrahman-mohamed-a1956b247/)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelrahman822000%2Fgit-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdelrahman822000%2Fgit-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelrahman822000%2Fgit-gui/lists"}