Skip to content

Commit 78259c7

Browse files
committed
Add notes for switching branches
1 parent c28aade commit 78259c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gettingstarted.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Our team will review your pull request. If everything looks good we'll merge it
5858

5959
If your pull request is merged in you can now delete your feature branch and start a new feature. This is recommended as each feature branch should be associated to its own scope of work for history review.
6060

61+
In your terminal or command line, switch branches back to the `main` branch:
62+
63+
```sh
64+
git checkout main
65+
```
66+
6167
Create a reference to the upstream branch Team Hack repo in your project by going to terminal and running:
6268

6369
```sh

0 commit comments

Comments
 (0)