lab 55 Adding a Remote Repository
Goals
- Add the bare repository as a remote to our original repository.
Let’s add the hello.git repo to our original repo.
Execute:
cd hello git remote add shared ../hello.git
NOTE: Now in the hello repository.
Let’s add the hello.git repo to our original repo.
cd hello git remote add shared ../hello.git
NOTE: Now in the hello repository.