Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GIT-WIP(1)			  Git Extras			    GIT-WIP(1)

NAME
       git-wip - Create	a Work In Progress commit

SYNOPSIS
       git-wip

DESCRIPTION
       Create  a Work In Progress commit, include all files in the working di-
       rectory.

OPTIONS
       None

EXAMPLES
       Create a	WIP commit which stores	all changes in the working directory.

	   $ git wip

       Later on, undo the commit and continue making changes.

	   $ git unwip

AUTHOR
       Written by Andrew Sullivan Cant <mail@andrewsullivancant.ca>

REPORTING BUGS
       <https://github.com/tj/git-extras/issues>

SEE ALSO
       <https://github.com/tj/git-extras>

				   May 2025			    GIT-WIP(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-wip&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help