We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7041365 commit b2f3f7eCopy full SHA for b2f3f7e
1 file changed
gitit.py
@@ -10,8 +10,6 @@ class GitIt:
10
delete_dir - Delete a directory and its contents recursively
11
update_file - Upload a local file on your computer to GitHub
12
update_dir - Update a local directory on your computer to GitHub
13
-
14
15
'''
16
# Imports TODO: Modify the path in sys.path.append based on your system's python package location
17
import sys
0 commit comments