Skip to content

Commit

Permalink
replace git checkout by git create
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Aug 8, 2023
1 parent 6de66ef commit 40caf9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/Chapter-4.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gert::git_commit_all("Commit current changes")
- Create a new branch named `RELEASE_X_Y` and checkout

```{r}
gert::git_branch_checkout("RELEASE_3_17")
gert::git_branch_create("RELEASE_3_17")
```

- Push local `RELEASE_X_Y` to Github
Expand Down Expand Up @@ -42,7 +42,7 @@ gert::git_remote_add(name = 'upstream', url = 'git@git.bioconductor.org:packages
- Create a new local `RELEASE_X_Y` branch

```{r}
gert::git_branch_checkout("RELEASE_3_15")
gert::git_branch_create("RELEASE_3_15")
```

- Pull the `upstream` `RELEASE_X_Y` commits
Expand Down

0 comments on commit 40caf9e

Please sign in to comment.