A basic tool for managing multiple git repositories.
Project description
Git Commander
When you just want to Git stuff done!
Git Commander is a simple UI that can be used to pull and push multiple git repos for you so you can just focus on working. This software is provided as is and will add all files to your repos with a simple timestamp commit. Use with caution as this can push things to github that you didn't intend to push.
It is open-sourced and you can see everything it does.
Features
- Simple UI
- No bells and whistles.
- manages repos for you!
What Git Commander doesn't do
- No granular control over what files get added to your repository.
- no merging help.
- no diffing.
What's the point?
I use git to sync many different projects between my various work/home computers and this tool helps me do that. It isn't really designed for multi-user collaboration, but for multi-computer colaboration.
Installation
To install Git Commander you first need to have git (obviously) and the Github Cli tool will eventually be used for cloning your repositories.
Once that is done you can install it with pipx
pipx install git-commander
To get the current test version you can clone this repository and use Poetry to install it
poetry install
Afterward you can either run it directly:
poetry run git-commander
or you can build and install it:
poetry build
pipx install dist/git_commander-(VERSION_NUMBER).whl
Then you can run it from anywhere with:
git-commander
Also you can now run the program directly. If you installed with pipx
you can find the executable in ~/.local/bin
Git Commander will store a single config file with your list of repos.
This is stored here: $(PKG_CONFIG_PATH:~/.config/GitCommander)/repos.dat.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file git_commander-0.1.1b0.post1.tar.gz.
File metadata
- Download URL: git_commander-0.1.1b0.post1.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.14.4 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3a4f925d677d056217307c253de5c81ff8e003e8a5868b56e1dfb50b6cb5646
|
|
| MD5 |
1abd409de9b82857df20cf90157d4cde
|
|
| BLAKE2b-256 |
832742a73b6a85a7905fc38a16b2eaa264ac8dabb1cfcda103bae134310fd1a0
|
File details
Details for the file git_commander-0.1.1b0.post1-py3-none-any.whl.
File metadata
- Download URL: git_commander-0.1.1b0.post1-py3-none-any.whl
- Upload date:
- Size: 30.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.14.4 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b6ad1ed8876075cd27deafaaa5c28251eadf2df83d892d5e822e0b07af63226
|
|
| MD5 |
2fe39aa47101808791f827d6342babd4
|
|
| BLAKE2b-256 |
c9b2dc565871e658ec70329ac1901f6329326ae1187e6483d0577f8c1a3d5775
|