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.
- Simple UI
- No bells and whistles.
- manages repos for you!
- No granular control over what files get added to your repository.
- no merging help.
- no diffing.
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.
To install Git Commander you first need to have git (obviously) and the Github Cli tool.
Once that is done you can download the latest release.
Git Commander is a single file executable, it should run without any other
supporting files. It does store a single config file with your list of repos.
This is stored here: $(PKG_CONFIG_PATH:~/.config/GitCommander)/repos.dat
.