mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Update Readme.md with lock and unlock commands
This commit is contained in:
parent
08cdb7effb
commit
b298c0cba4
14
Readme.md
14
Readme.md
|
|
@ -66,6 +66,8 @@ $ brew install git-extras
|
|||
- `git local-commits`
|
||||
- `git archive-file`
|
||||
- `git missing`
|
||||
- `git lock`
|
||||
- `git unlock`
|
||||
|
||||
## git-extras
|
||||
|
||||
|
|
@ -549,3 +551,15 @@ Using index info to reconstruct a base tree...
|
|||
Falling back to patching base and 3-way merge...
|
||||
Auto-merging README.txt
|
||||
```
|
||||
|
||||
## git-lock [filename]
|
||||
|
||||
Lock a local file `filename`:
|
||||
|
||||
```bash
|
||||
$ git lock config/database.yml
|
||||
```
|
||||
|
||||
## git-unlock [filename]
|
||||
|
||||
Unlock a local file `filename`
|
||||
|
|
|
|||
Loading…
Reference in a new issue