Skip to content

Commit 34e4d90

Browse files
authored
[glossary-branch-pull] [glossary-branch-push] Update starting branch in download.py (#264)
1 parent 046e0f5 commit 34e4d90

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

glossary_branch_pull/download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ def setup(verbose: bool = False):
3939
)
4040
add(["d.txt"], verbose)
4141
commit("Add 'documentation'", verbose)
42+
checkout("main", False, verbose)

glossary_branch_push/download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ def setup(verbose: bool = False):
3232

3333
add(["r.txt"], verbose)
3434
commit("Add 'refactoring'", verbose)
35+
checkout("main", False, verbose)

0 commit comments

Comments
 (0)