feat(Git Node): Add support for branches (#18870)

This commit is contained in:
Jon
2025-09-15 15:03:44 +01:00
committed by GitHub
parent 05e337be83
commit 752260784c
6 changed files with 796 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ export * from './CloneDescription';
export * from './CommitDescription';
export * from './LogDescription';
export * from './PushDescription';
export * from './SwitchBranchDescription';
export * from './TagDescription';