Commit c250964
committed
feat(git): add --no-track flag when creating branches (#37)
This change adds the --no-track flag to git branch creation commands
to prevent automatic tracking of remote branches. This ensures that
local branches created with createBranchFrom do not automatically
set up upstream tracking relationships.1 parent bd2620e commit c250964
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
0 commit comments