/Multi-Git-Manager

I'm making an app that will allow me to work with many git repositories at the same time

Primary LanguagePythonMIT LicenseMIT

Multi Git Manager

The point of this application is to automatically pull/commit/push changes on a lot of repositories with only one command. I use it every day to track all the study repositories I work with at University.

Check the quick demo of the app here

If you have any idea how to improve my code let me know or create a pull request 😉.

Todo

Everything I am currently working on you can find here

Requirements and installation

You will need:

  • git
  • python 3.5 (or higher)

To install the app in the root directory run python setup.py install

Start the app

In order to start, you can run one of the scripts from the /scripts directory or manually run the pythonGitManager.py file.

Be aware, to work script needs your git accounts/ssh-keys/passwords to be safe on your PC (maybe in the future it will change).