git branch in stack and on command line #409

Merged
telackey merged 2 commits from dboreham/git-branch-in-stack into main 2023-05-25 01:49:26 +00:00
Owner

You can now have branches specified in the stack file like:

repos:
  - git.vdb.to/cerc-io/test-project@test-branch

or on the command line like:

$ laconic-so setup-repositories --include git.vdb.to/cerc-io/test-project --branches git.vdb.to/cerc-io/test-project@test-branch
You can now have branches specified in the stack file like: ``` repos: - git.vdb.to/cerc-io/test-project@test-branch ``` or on the command line like: ``` $ laconic-so setup-repositories --include git.vdb.to/cerc-io/test-project --branches git.vdb.to/cerc-io/test-project@test-branch ```
Member

Might be good to have the branch file syntax match this as well, ie. just @ instead of space as separator?

Might be good to have the branch file syntax match this as well, ie. just `@` instead of space as separator?
Author
Owner

Yes, I thought about that. Left it as-is for now in case someone has a branches file they're using.

Yes, I thought about that. Left it as-is for now in case someone has a branches file they're using.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#409
No description provided.