https://github.com/manuel3108/tfs-to-bitbucket
Transfers git repos from tfs (Team foundation server) to bitbucket automatically. Repos from TFS are read automatically, Repos in bitbucket are created automatically.
https://github.com/manuel3108/tfs-to-bitbucket
Last synced: about 2 months ago
JSON representation
Transfers git repos from tfs (Team foundation server) to bitbucket automatically. Repos from TFS are read automatically, Repos in bitbucket are created automatically.
- Host: GitHub
- URL: https://github.com/manuel3108/tfs-to-bitbucket
- Owner: manuel3108
- Created: 2021-09-02T15:51:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T15:52:31.000Z (over 3 years ago)
- Last Synced: 2025-02-12T13:21:24.723Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tfs-to-bitbucket
Transfers git repos from tfs (Team foundation server) to bitbucket automatically.
Repos from TFS are read automatically, Repos in bitbucket are created automatically.# setup
1. `npm install`
2. rename `.env.template` to `.env`
3. fill in the required details into the `.env` file
4. run `node .\index.js`