Skip to content

A simple gui tool written in Python and Qt for managing git repos.

Notifications You must be signed in to change notification settings

jhessin/Git_Commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

A simple gui tool written in Python and Qt for managing git repos.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages