Skip to content

Commit 0c7fddf

Browse files
authored
Update CONTRIBUTING.md
adding additional info on branching form main and pulling current changes
1 parent 417916a commit 0c7fddf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ cd devops-security
188188
***
189189

190190
### **Create a new branch where you will work on your issue**
191+
Ensure you're on the main branch `git checkout main` and that your main branch is up to date `git pull`
191192
192193
Using the `-b` flag you can also use the `git checkout` command to create a new branch and immediately switch into it.
193194

0 commit comments

Comments
 (0)