You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this exercise, you will work in pairs (within small breakout rooms) to explore how version control is used to collaborate with other people.
To do this, you will clone a remote repository from GitHub that is owned by your partner. As the collaborator, you will then create a new file within your local copy of your partner's repository, commit your changes and push back to the remote on GitHub. Your partner will then pull the changes you introduced.
Setup
You will need to have created the remote in GitHub for the repository that we have been working on in the workshop
In this exercise, you will work in pairs (within small breakout rooms) to explore how version control is used to collaborate with other people.
To do this, you will clone a remote repository from GitHub that is owned by your partner. As the collaborator, you will then create a new file within your local copy of your partner's repository, commit your changes and push back to the remote on GitHub. Your partner will then pull the changes you introduced.
Setup
Exercise
my_pipelinerepositorygit clone <url> <name2>_pipeline