Skip to content

Commit 95bdd17

Browse files
committed
[hp-diff-files] Add one more commit in revision graph
1 parent 605ff53 commit 95bdd17

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hands_on/diff_files.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ def download(verbose: bool):
3737
add(["."], verbose)
3838
commit("Add Pam", verbose)
3939

40+
append_to_file(
41+
"list.txt",
42+
"""
43+
Kelly Kapoor
44+
""",
45+
)
46+
add(["."], verbose)
47+
commit("Add Kelly", verbose)
48+
4049
append_to_file(
4150
"list.txt",
4251
"""

0 commit comments

Comments
 (0)