diff options
author | Mark Chao <mchao@gitlab.com> | 2018-06-04 11:59:06 +0900 |
---|---|---|
committer | Mark Chao <mchao@gitlab.com> | 2018-06-06 21:01:46 +0900 |
commit | 1c7ab76bfc388e8377656129624d1046bbf9a1f8 (patch) | |
tree | 6bfdd825678dcfaaa9e4da9b83a7655335aafdd7 /doc/workflow | |
parent | a0b6784488ade7a5673a5a32dc32653b30da1350 (diff) | |
download | gitlab-ce-1c7ab76bfc388e8377656129624d1046bbf9a1f8.tar.gz |
doc
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/lfs/manage_large_binaries_with_git_lfs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md index 0d592a6d43e..ae161e43233 100644 --- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md +++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md @@ -144,7 +144,7 @@ git lfs unlock --id=123 ``` If for some reason you need to unlock a file that was not locked by you, -you can use the `--force` flag as long as you have a `master` access on +you can use the `--force` flag as long as you have a `maintainer` access on the project: ```bash |