Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start working with branches #207

Open
LukasWallrich opened this issue Sep 27, 2024 · 1 comment
Open

Start working with branches #207

LukasWallrich opened this issue Sep 27, 2024 · 1 comment

Comments

@LukasWallrich
Copy link
Collaborator

https://usethis.r-lib.org/articles/pr-functions.html

So, suggestion is to work as follows:

  • develop features on branches
  • merge them into dev branch when done and test (pull request)
  • then merge into main for deploy (pull request)

key usethis functions:

start with

  • usethis::pr_init("vignettes")

merge with:

  • usethis::pr_push()

then conclude with
usethis::pr_finish()

@LukasWallrich
Copy link
Collaborator Author

To work on someone elses WIP:

usethis::pr_fetch (using the number of the PR on GitHub)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant