Skip to content

feat: fetch latest base from origin before creating a task#20

Open
pallaoro wants to merge 1 commit into
mainfrom
let-s-make-sure-to-get-the
Open

feat: fetch latest base from origin before creating a task#20
pallaoro wants to merge 1 commit into
mainfrom
let-s-make-sure-to-get-the

Conversation

@pallaoro

Copy link
Copy Markdown
Member

createTask now does a best-effort git fetch origin <baseBranch> before
resolving the start point, so new tasks branch from the latest origin/main
instead of a stale tracking ref. Falls back to local base/HEAD when offline
or when no remote exists.

createTask now does a best-effort `git fetch origin <baseBranch>` before
resolving the start point, so new tasks branch from the latest origin/main
instead of a stale tracking ref. Falls back to local base/HEAD when offline
or when no remote exists.
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

Successfully merging this pull request may close these issues.

1 participant