mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Although Github reserves the 'visionmedia' user space(a visit to there will be redirected to 'tj'), it's better to rename the links from visionmedia/git-extras to tj/git-extras
29 lines
470 B
Markdown
29 lines
470 B
Markdown
git-locked(1) -- ls files that have been locked
|
|
========================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
`git-locked`
|
|
|
|
## DESCRIPTION
|
|
|
|
List local files that have been locked
|
|
|
|
## EXAMPLES
|
|
|
|
$ git lock config/database.yml
|
|
$ git locked
|
|
config/database.yml
|
|
|
|
## AUTHOR
|
|
|
|
Written by Kevin Woo <<kevinawoo@gmail.com>>
|
|
|
|
## REPORTING BUGS
|
|
|
|
<<https://github.com/tj/git-extras/issues>>
|
|
|
|
## SEE ALSO
|
|
|
|
<<https://github.com/tj/git-extras>>
|