Skip to content

This a python3 script that updates all your git repositories with only one execution

License

Notifications You must be signed in to change notification settings

Baelfire18/git-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Updater

This a python3 script that updates all your git repositories with only one execution.

Instructions

  1. Have python3 and git download in your PC.
  2. Fill the paths.txt file with all the relative paths (all of them from this folder) of all the repositories that you want to update when executing this script.
  3. Run in console python main.py and see the magic happen.

Example

If your directories looks like this:

Folder_1/
    git-updater/
        main.py
        paths.txt
        ...
    repo_1/
        main.rb
        ...
Folder_2/
    repo_2/
        index.js

Then your paths.txt file should look like this:

repo_1
../Folder_2/repo_2

About

This a python3 script that updates all your git repositories with only one execution

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages