https://www.smashingmagazine.com/2014/05/moving-git-repository-new-server/
git fetch origin
git branch -a
git checkout -b develop origin/develop
git remote add new-origin [email protected]:user/repo.git
git push --all new-origin
git push --tags new-origin //optional
git remote rm origin
git remote rename new-origin origin
-
Notifications
You must be signed in to change notification settings - Fork 0
Jiahao0/agrismarter_project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published