Skip to content

Commit

Permalink
docs: additional project file delete example
Browse files Browse the repository at this point in the history
Showing how to delete without having to pull the file
  • Loading branch information
matthew-a-dunlap committed Aug 13, 2020
1 parent 1606310 commit 9e94b75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/gl_objects/projects.rst
Expand Up @@ -376,6 +376,8 @@ encoded text::
Delete a file::

f.delete(commit_message='Delete testfile', branch='master')
# or
project.files.delete(file_path='testfile.txt', commit_message='Delete testfile', branch='master')

Get file blame::

Expand Down

0 comments on commit 9e94b75

Please sign in to comment.