Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KAUR1984 authored Jul 28, 2023
1 parent e0dea83 commit 8632db1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,14 @@ If you wish to add documentation to the ACCESS-Hive website see the [contributio
`git commit -m "First commit"`

`git push`

- While working locally on the branch, please make sure to regularly pull the changes from the `development` branch into your branch locally, using:

- On github, create a pull request and making sure to change the `base` to `development`. (Please find the below screenshot). This would create a pr on the `development` branch.
`git pull origin development`

This would make sure that the local branch `dev/jasmeen/legacy-release` is always in sync with the `development` branch, which is updated with PRs regularly.

- Once the changes on the local branch `dev/jasmeen/legacy-release` is ready to be integrated with the `development` branch, create a pull request on github for merging into the `development` branch. If not already, might need to change the `base` to `development`. (Please find the below screenshot). This would create a pr on the `development` branch.

![Screenshot 2023-06-02 at 2 05 13 pm](https://github.com/ACCESS-Hive/access-hive.github.io/assets/42607679/ec141fc9-ee00-4a84-ae5a-081761400765)

Expand Down

0 comments on commit 8632db1

Please sign in to comment.