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 6dd72b4 commit 8322844
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@ If you wish to add documentation to the ACCESS-Hive website see the [contributio

- Pull the latest version of `development` branch locally by using the following commands:

`git fetch` > Fetch all remote branches from github

`git switch development` > Switch to the `development` branch
> Fetch all remote branches from github:
`git pull` > Pull latest remote changes on the `development` branch locally
`git fetch`

> Switch to the `development` branch locally:
`git switch development`

> Pull the latest changes on the `development` branch:
`git pull`

- If using VSCode, make sure the `development` branch is currently selected at the bottom right branch tab.

Expand Down

0 comments on commit 8322844

Please sign in to comment.