Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raminderj committed Mar 8, 2021
1 parent a56498d commit cffc015
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ $purpose: the rest of your branch name, ideally related to what you intend to do
If this happens, simply rename your
branch and push again. For example, if you pushed branch my-new-branch you can
rename the branch using:
`$ git checkout -b my_new_branch my-new-branch`

$ git checkout -b my_new_branch my-new-branch`

Dont forget to clean up the branch with the invalid branch name! See the
Cleaning up section below for detailed instructions on deleting
branches.

Pushing and deploying
When you're ready to test your changes, simply push them to the upstream repo:

`$ git push origin example_branch`
$ git push origin example_branch

This will kick off an asynchronous gitlab pipeline which runs a number of
validation checks on your branch. Assuming those checks pass, your branch will
Expand Down

0 comments on commit cffc015

Please sign in to comment.