You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/using/locking-files.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
From the Project tab, right-click on a file to open the context menu and select `Request Lock`.
6
6
<imgsrc="images/request-lock.png"/>
7
7
8
+
An additional way to lock a file is by selecting it and going to `Assets` -> `Request Lock`.
9
+
8
10
## View locks
9
11
10
12
After requesting a lock, a lock icon appears in the bottom right-hand corner of the file.
@@ -15,12 +17,14 @@ A list of all locked files will appear in the **Locks** view in the GitHub tab.
15
17
16
18
## Release locks
17
19
18
-
There are two ways to release locks:
20
+
There are three ways to release locks:
19
21
20
22
1. From the Project tab, right-click on the locked file to open the context menu and select the option to `Release Lock`.
21
23
<imgsrc="images/release-lock.png"/>
22
24
23
25
2. From the GitHub tab under **Locks** view, right-click to open the context menu and select to `Release Lock`.
24
26
<imgsrc="images/locks-view-right-click.png"/>
25
27
26
-
There are also two options for how to release a lock on a file. Always choose the `Release Lock` option first. The `Release Lock (forced)` option can be used to remove someone else's lock.
28
+
3. Select the file to unlock and go to select the menu option `Assets` -> `Release Lock`.
29
+
30
+
Note: There are also two options for how to release a lock on a file. Always choose the `Release Lock` option first. The `Release Lock (forced)` option can be used to remove someone else's lock.
0 commit comments