Upalmin's blog
Tuesday, August 7, 2018
How to Import a Git Repository from bundle backup
git clone --mirror test.bundle
cd test
git remote rm origin
git remote add origin https://git.mydomain.com/test/test.git
git push -u origin master
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment