Skip to content

fuentesc91/node-react-base-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-react-base-project

This is a default project with Node and React config

Mirroring a repository

Open Git Bash.

Create a bare clone of the repository.

$ git clone --bare https://github.com/exampleuser/old-repository.git

Mirror-push to the new repository.

$ cd old-repository.git $ git push --mirror https://github.com/exampleuser/new-repository.git

Remove the temporary local repository you created earlier.

$ cd .. $ rm -rf old-repository.git

About

This is a default project with Node and React config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published