We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8bee1 commit 477b005Copy full SHA for 477b005
hands_on/branch_rename.py
@@ -16,17 +16,17 @@ def download(verbose: bool):
16
"horror.txt",
17
"""
18
Horror Stories
19
- """
+ """,
20
)
21
add(["."], verbose)
22
commit("Add horror.txt", verbose)
23
-
+
24
checkout("textbooks", True, verbose)
25
create_or_update_file(
26
"textbooks.txt",
27
28
Textbooks
29
30
31
32
commit("Add textbooks.txt", verbose)
@@ -37,7 +37,7 @@ def download(verbose: bool):
37
"fantasy.txt",
38
39
Fantasy Books
40
41
42
43
commit("Add fantasy.txt", verbose)
0 commit comments