File: git-wip.1

package info (click to toggle)
git-extras 7.4.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,120 kB
  • sloc: sh: 4,312; python: 994; makefile: 146
file content (31 lines) | stat: -rw-r--r-- 769 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\" generated with Ronn-NG/v0.10.1
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
.TH "GIT\-WIP" "1" "May 2025" "" "Git Extras"
.SH "NAME"
\fBgit\-wip\fR \- Create a Work In Progress commit
.SH "SYNOPSIS"
\fBgit\-wip\fR
.SH "DESCRIPTION"
Create a Work In Progress commit, include all files in the working directory\.
.SH "OPTIONS"
None
.SH "EXAMPLES"
Create a WIP commit which stores all changes in the working directory\.
.IP "" 4
.nf
$ git wip
.fi
.IP "" 0
.P
Later on, undo the commit and continue making changes\.
.IP "" 4
.nf
$ git unwip
.fi
.IP "" 0
.SH "AUTHOR"
Written by Andrew Sullivan Cant <\fImail@andrewsullivancant\.ca\fR>
.SH "REPORTING BUGS"
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
.SH "SEE ALSO"
<\fIhttps://github\.com/tj/git\-extras\fR>