Update default branch
Open
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Create a function to update repositories, so that I don't need to manually git -C ../function pull (assuming I want to update the branch I left last time).
git stash
git checkout {default}
git pull
git checkout {branch}`
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by locating the package's existing repository-management helpers and inspect how Git commands are invoked; done means a function can stash changes, update the default branch, and return to the previously checked-out branch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, r
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100