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
33 lines
577 B
Groff
33 lines
577 B
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-LOCKED" "1" "November 2014" "" ""
|
|
.
|
|
.SH "NAME"
|
|
\fBgit\-locked\fR \- ls files that have been locked
|
|
.
|
|
.SH "SYNOPSIS"
|
|
\fBgit\-locked\fR
|
|
.
|
|
.SH "DESCRIPTION"
|
|
List local files that have been locked
|
|
.
|
|
.SH "EXAMPLES"
|
|
.
|
|
.nf
|
|
|
|
$ git lock config/database\.yml
|
|
$ git locked
|
|
config/database\.yml
|
|
.
|
|
.fi
|
|
.
|
|
.SH "AUTHOR"
|
|
Written by Kevin Woo <\fIkevinawoo@gmail\.com\fR>
|
|
.
|
|
.SH "REPORTING BUGS"
|
|
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
|
|
.
|
|
.SH "SEE ALSO"
|
|
<\fIhttps://github\.com/tj/git\-extras\fR>
|