Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 0f2a294

Browse files
Merge branch 'master' into feature/support-worktree
2 parents b9358e2 + bba14eb commit 0f2a294

File tree

6 files changed

+45
-0
lines changed

6 files changed

+45
-0
lines changed

docs/using/images/locked-scene.png

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

docs/using/images/locks-view.png

Lines changed: 3 additions & 0 deletions
Loading

docs/using/images/release-lock.png

Lines changed: 3 additions & 0 deletions
Loading

docs/using/images/request-lock.png

Lines changed: 3 additions & 0 deletions
Loading

docs/using/locking-files.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Locking files
2+
3+
## Request locks
4+
5+
From the Project tab, right-click on a file to open the context menu and select `Request Lock`.
6+
<img src="images/request-lock.png"/>
7+
8+
An additional way to lock a file is by selecting it and going to `Assets` -> `Request Lock`.
9+
10+
## View locks
11+
12+
After requesting a lock, a lock icon appears in the bottom right-hand corner of the file.
13+
<img src="images/locked-scene.png"/>
14+
15+
A list of all locked files will appear in the **Locks** view in the GitHub tab.
16+
<img src="images/locks-view.png"/>
17+
18+
## Release locks
19+
20+
There are three ways to release locks:
21+
22+
1. From the Project tab, right-click on the locked file to open the context menu and select the option to `Release Lock`.
23+
<img src="images/release-lock.png"/>
24+
25+
2. From the GitHub tab under the **Locks** view, right-click to open the context menu and select to `Release Lock`.
26+
<img src="images/locks-view-right-click.png"/>
27+
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

Comments
 (0)