git-write-tree(1)


NAME

   git-write-tree - Create a tree object from the current index

SYNOPSIS

   git write-tree [--missing-ok] [--prefix=<prefix>/]

DESCRIPTION

   Creates a tree object using the current index. The name of the new tree
   object is printed to standard output.

   The index must be in a fully merged state.

   Conceptually, git write-tree sync()s the current index contents into a
   set of tree files. In order to have that match what is actually in your
   directory right now, you need to have done a git update-index phase
   before you did the git write-tree.

OPTIONS

   --missing-ok
       Normally git write-tree ensures that the objects referenced by the
       directory exist in the object database. This option disables this
       check.

   --prefix=<prefix>/
       Writes a tree object that represents a subdirectory <prefix>. This
       can be used to write the tree object for a subproject that is in
       the named subdirectory.

GIT

   Part of the git(1) suite


More Linux Commands

manpages/systemd-random-seed.8.html
systemd-random-seed(8) Load and save the system random seed
systemd-random-seed.service is a service that restores the random seed of the system at early-boot and saves it at shutdown. See random(4) for details. Saving/r

manpages/BitmapUnit.3.html
BitmapUnit(3) - image format functions and macros (ManPage)
The XListPixmapFormats function returns an array of XPixmapFormatValues structures that describe the types of Z format images supported by the specified display

manpages/gnutls_x509_crt_get_activation_time.3.html
gnutls_x509_crt_get_activation_time(3) - API function.......
This function will return the time this Certificate was or will be activated. RETURNS activation time, or (time_t)-1 on error. REPORTING BUGS Report bugs to &lt;bu

manpages/glMultiTexCoord2fARB.3gl.html
glMultiTexCoord2fARB(3gl) - set the current texture coordina
glMultiTexCoordARB specifies texture coordinates in one, two, three, or four dimensions. glMultiTexCoord1ARB sets the current texture coordinates to (s, 0, 0, 1

manpages/deleteln.3ncurses.html
deleteln(3ncurses) - delete and insert lines in a curses win
deleteln.3ncurses - The deleteln and wdeleteln routines delete the line under the cursor in the window; all lines below the current line are moved up one line.

manpages/netstat.8.html
netstat(8) - Print network connections, routing tables, inte
Netstat prints information about the Linux networking subsystem. The type of information printed is controlled by the first argument, as follows: (none) By defa

manpages/idnalias.conf.5.html
idn.conf(5) - configuration files for idnkit library........
idn.conf and .idnrc are configuration files for idnkit library which is a toolkit for handling internationalized domain names. idnkit library tries to load the

manpages/ldap_modrdn.3.html
ldap_modrdn(3) - Perform an LDAP modify RDN operation.......
The ldap_modrdn() and ldap_modrdn_s() routines perform an LDAP modify RDN operation. They both take dn, the DN of the entry whose RDN is to be changed, and newr

manpages/getprotobyname_r.3.html
getprotobyname_r(3) - get protocol entry (reentrant)........
The getprotoent_r(), getprotobyname_r(), and getprotobynumber_r() functions are the reentrant equivalents of, respectively, getprotoent(3), getprotobyname(3), a

manpages/Tcl_DeleteEventSource.3.html
Tcl_DeleteEventSource(3) - the event queue and notifier inte
The interfaces described here are used to customize the Tcl event loop. The two most common customizations are to add new sources of events and to merge Tcls ev

manpages/gnutls_pkcs11_set_pin_function.3.html
gnutls_pkcs11_set_pin_function(3) - API function (Man Page)
This function will set a callback function to be used when a PIN is required for PKCS 11 operations. See gnutls_pkcs11_pin_callback_t() on how the callback shou

manpages/res_query.3.html
res_query(3) - resolver routines (Library - Linux man page)
These functions make queries to and interpret the responses from Internet domain name servers. The res_init() function reads the configuration files (see resolv





We can't live, work or learn in freedom unless the software we use is free.