| Summary: | Create/checkout branch on multiple repos in devscripts | ||
|---|---|---|---|
| Product: | Libre-SOC's first SoC | Reporter: | Andrey Miroshnikov <andy.miroshnikov> |
| Component: | Source Code | Assignee: | Andrey Miroshnikov <andy.miroshnikov> |
| Status: | CONFIRMED --- | ||
| Severity: | enhancement | CC: | libre-soc-bugs, lkcl, programmerjake |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| See Also: | https://bugs.libre-soc.org/show_bug.cgi?id=1150 | ||
| NLnet milestone: | --- | total budget (EUR) for completion of task and all subtasks: | 0 |
| budget (EUR) for this task, excluding subtasks' budget: | 0 | parent task for budget allocation: | |
| child tasks for budget allocation: | The table of payments (in EUR) for this task; TOML format: | ||
|
Description
Andrey Miroshnikov
2023-10-11 15:02:17 BST
The following command can be used to query all available branches for a repo: git branch --all Based on this I'll start making a script (will commit to master as leaf-node development, doesn't affect existing flow). do we really need a script? running `git switch -c my_fancy_branch` is pretty easy... (In reply to Jacob Lifshay from comment #2) > do we really need a script? running `git switch -c my_fancy_branch` is > pretty easy... 8 to 10 repositories. (In reply to Luke Kenneth Casson Leighton from comment #3) > (In reply to Jacob Lifshay from comment #2) > > do we really need a script? running `git switch -c my_fancy_branch` is > > pretty easy... > > 8 to 10 repositories. ok, i was thinking we'd only create branches in the repos we actually modify for that task...where if you're modifying more than a few repos, your task is probably too big and needs to be split. |