We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d116861 + 6565e10 commit 31f27f2Copy full SHA for 31f27f2
clone.git
@@ -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