Skip to content

Commit 31f27f2

Browse files
Merge pull request #1 from xccvv/kupret.inc
clone.git
2 parents d116861 + 6565e10 commit 31f27f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

clone.git

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
$ git clone --bare https://github.com/angular/angular.git
2+
# Make a bare clone of the repository
3+
4+
$ cd old-repository.git
5+
$ git push --mirror https://github.com/usernamealreadyis/commands.git
6+
# Mirror-push to the new repository
7+
8+
$ cd ..
9+
$ rm -rf old-repository.git
10+
# Remove our temporary local repository

0 commit comments

Comments
 (0)