llrs / llrs/rutils

Update default branch

Open
#16 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.