From bd5186e8f44d7b7f7461121c6845dd02b2092f89 Mon Sep 17 00:00:00 2001
From: Thomas Rushby <t.w.rushby@soton.ac.uk>
Date: Tue, 9 Jun 2020 15:56:23 +0100
Subject: [PATCH] Add url to create a git branch.

---
 gitBranches.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gitBranches.md b/gitBranches.md
index 5afd14a..77794f2 100644
--- a/gitBranches.md
+++ b/gitBranches.md
@@ -17,6 +17,7 @@ We have found the best workflow is to
    * It's possible you may need to set up a [new ssh key on github](https://happygitwithr.com/ssh-keys.html) to do this. What does this do? It tells github that the device you are using is authenticated. Tip: give the new SSH key on github a helpful name - e.g. the device it is associated with!
  * add the original master as an [upstream remote](https://happygitwithr.com/upstream-changes.html)
  * **make a new branch in _your fork_ of the orginal repo**. Do some work, commit it locally.
+   * [Create a new branch](https://happygitwithr.com/git-branches.html#create-a-new-branch)
  * when it works push your branch back up to the *original* repo
  * open a new pull request to merge your branch into the master
  * do your team QA
-- 
GitLab