Skip to content

s7nio/gitsync2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

gitsync1/2

foo

sync between two git repos with different flavor.

v1

git clone (--bare) https://github.com/s7nio/gitsync1 
cd gitsync1
git remote add upstream https://github.com/s7nio/gitsync2 # fetch & push
git [pull|push] upstream master

v2

git clone --mirror https://github.com/s7nio/gitsync1 
cd gitsync1.git
git remote update
git push --mirror https://github.com/s7nio/gitsync2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published