Skip to content

Commit

Permalink
Merge pull request #1152 from matthew-a-dunlap/doc-project-file-delet…
Browse files Browse the repository at this point in the history
…e-example

docs: additional project file delete example
  • Loading branch information
max-wittig committed Aug 17, 2020
2 parents 1606310 + 9e94b75 commit 5b92de8
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 5b92de8

Please sign in to comment.