Release! π
Git Credential Manager v1.0.0 π
I am excited to announce the first release of Git Credential Manager! This initial release brings a powerful and user-friendly interface for managing your Git credentials and repositories with ease.
π¦ What's New
Features
- Add Credentials: Easily add new Git credentials with a simple user interface.
- Edit Credentials: Modify existing Git credentials seamlessly.
- Delete Credentials: Remove unwanted Git credentials effortlessly.
- Manage Repositories: Configure your repositories with selected credentials, including setting the username, email, and remote URL.
- Dark Mode UI: Enjoy the aesthetic and comfort of a dark-themed user interface.
Installation
Linux
-
Debian/Ubuntu:
sudo apt update sudo apt install python3 python3-pip pip3 install customtkinter
-
Arch Linux:
sudo pacman -Syu sudo pacman -S python python-pip pip install customtkinter
-
Fedora:
sudo dnf update sudo dnf install python3 python3-pip pip3 install customtkinter
-
OpenSUSE:
sudo zypper refresh sudo zypper install python3 python3-pip pip3 install customtkinter
General
-
Clone the Repository:
git clone https://github.com/tilltmk/git-user-manager.git cd git-user-manager -
Install Required Packages:
pip install customtkinter
-
Running the Application:
python git_user_manager.py
Usage
-
Add New Credential:
- Click the
Addbutton. - Fill in the username, password, and remote URL.
- Click
Submit.
- Click the
-
Edit Credential:
- Select a credential by clicking the checkbox next to it.
- Click the
Editbutton. - Modify the fields as needed.
- Click
Submit.
-
Delete Credential:
- Select the credential(s) you wish to delete.
- Click the
Deletebutton.
-
Manage Repositories:
- Select the credential(s) you wish to use.
- Click the
Manage Reposbutton. - Enter the repository path and submit.
π Future Plans
I have a lot more planned for future releases, including:
- Improved error handling and feedback.
- Support for additional credential formats and storage options.
- Enhancements to the user interface for better usability.
- Advanced repository management features.
π οΈ Contributing
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
π₯ Contact
For any questions, issues, or feedback, please reach out via the GitHub Issues page.
Thank you for using Git Credential Manager! I hope it simplifies your Git workflow. π