Personal web page: Emmanuel Branlard
SEARCH RESULTS FOR: #GIT

Insert git revision number into a latex document or into a given software as a version number (edit)
The following describes how to automatically insert a git revision number into a document or program. A bash script is used to write the...
Retrieve git version number, branch and revision (edit)
A unique git revision can be obtained using the short hash as follow: git rev-parse --short HEAD To get a ...
Manage multiple git repositories using mr (edit)
mr is a lightweight program that can manage your repositories, and run commands accross all of them. This is extremely useful in genera...