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
The golden rule is ALWAYS do this on a separate branch (it makes [backing out](https://github.com/BorderTech/java-common/wiki/Releasing#dealing-with-failure) much easier when problems arise).
46
47
47
-
or, to skip tests:
48
+
```bash
49
+
# make sure you are on the main/default branch
50
+
git checkout master # or "git checkout bobbie" etc
0 commit comments