Be more clever about repository path in baseline run
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 8.3k
- Forks
- 835
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 1
Description
Git api can operate on a selected path (git.Repo('some/path')) rather than just current directory.
Baseline can be easier to use if it detects the repository path at the destination instead of trying to use current directory.
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
Start by tracing the baseline run entry point and the Git repository initialization used for the destination. Verify that a repository path such as git.Repo('some/path') is detected and used instead of the current directory, then confirm baseline runs correctly when invoked from outside the repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100