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
Copy file name to clipboardExpand all lines: gettingstarted.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,12 @@ Our team will review your pull request. If everything looks good we'll merge it
58
58
59
59
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.
60
60
61
+
In your terminal or command line, switch branches back to the `main` branch:
62
+
63
+
```sh
64
+
git checkout main
65
+
```
66
+
61
67
Create a reference to the upstream branch Team Hack repo in your project by going to terminal and running:
0 commit comments