https://github.com/scottgibb/git-repository-finder
A small script focused on finding local Git repositories and uploading them to a new remote.
https://github.com/scottgibb/git-repository-finder
git gitremote
Last synced: about 2 months ago
JSON representation
A small script focused on finding local Git repositories and uploading them to a new remote.
- Host: GitHub
- URL: https://github.com/scottgibb/git-repository-finder
- Owner: ScottGibb
- License: mit
- Created: 2022-02-19T17:09:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T17:20:22.000Z (over 4 years ago)
- Last Synced: 2025-06-13T15:11:32.957Z (about 1 year ago)
- Topics: git, gitremote
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Git repository Finder
## What does the Code do?
The code contained within this small repository is responsible for going through all the folder specified by the user and gathering a list of git repositories. After which it will go through all these repositories and add a new remote specified by the user at the beginning. It will then upload the repositories to the new remote.
## Motivation
The reason I created this script was that the projects i developed at University were held on a GitLab instance hosted by the university. When I left i no longer had acess to the remote repositories. So I created my own instance and ran this script to put all my old repositories on it.
## How to Run
Simply run the "main.py" file and input the domain of your remote repository ie: "https://github.com/ScottGibb". After this input the folder path you wish to scan from. For example "D://"