Skip to content

Instantly share code, notes, and snippets.

View swanandmehta's full-sized avatar
🎯
Focusing

swanandmehta

🎯
Focusing
View GitHub Profile
@swanandmehta
swanandmehta / GitMigration.sh
Created November 15, 2021 22:09
Migration from GIT to GIT
#!/usr/bin/env sh
echo Please provide git project old repo :
read oldRepo
echo Please provide git project new repo :
read newRepo
echo Please provide git project name :
read projectName
@swanandmehta
swanandmehta / script.sh
Created November 11, 2021 15:59
SVN to git migration script
#!/usr/bin/env sh
echo Please provide svn project repo :
read svnRepo
echo Please provide git project repo :
read gitRepo
echo Please provide svn project name :
read projectName