Skip to content

Commit

Permalink
Merge pull request EESSI#129 from EESSI/casparvl-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
satishskamath authored Mar 27, 2024
2 parents 5838291 + 36743e9 commit ede05e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ origin git@github.com:EESSI/test-suite.git (fetch)
origin git@github.com:EESSI/test-suite.git (push)
```

#### Option 1: Creating a branch from the PR directly

```bash
git fetch origin pull/ID/head:BRANCH_NAME
```
where `ID` is the number of the pull request, and `BRANCH_NAME` is the name of the local branch (you can pick this yourself).

#### Option 2: Creating a branch tracking the feature branch

You can add a fork to your local clone by adding a new remote. Pick a name for
the remote that you find easy to recognize. E.g. to add the fork
https://github.com/casparvl/test-suite and give it the (local) name `casparvl`,
Expand Down

0 comments on commit ede05e4

Please sign in to comment.