Skip to content

Commit

Permalink
clone.git
Browse files Browse the repository at this point in the history
$ ~npm init [-f|--force|-y|--yes]
  • Loading branch information
usernamealreadyis committed Dec 29, 2015
1 parent d116861 commit 6565e10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions clone.git
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
$ git clone --bare https://github.com/angular/angular.git
# Make a bare clone of the repository

$ cd old-repository.git
$ git push --mirror https://github.com/usernamealreadyis/commands.git
# Mirror-push to the new repository

$ cd ..
$ rm -rf old-repository.git
# Remove our temporary local repository

0 comments on commit 6565e10

Please sign in to comment.