Read and modify symbolic refs.
gitlink:git-tag[1]::
- An example script to create a tag object signed with GPG.
+ Create or verify a tag object signed with GPG.
gitlink:git-update-ref[1]::
Update the object name stored in a ref safely.
gitlink:git-index-pack[1]::
Build pack idx file for an existing packed archive.
-gitlink:git-init-db[1]::
- Creates an empty git object database, or reinitialize an
+gitlink:git-init[1]::
+ Creates an empty git repository, or reinitialize an
existing one.
gitlink:git-merge-file[1]::
Discussion[[Discussion]]
------------------------
-include::README[]
+include::core-intro.txt[]
Authors
-------