Lines Matching refs:git
20 use `git <http://git-scm.com/>`_ for version control. We use the
32 1. Download and configure ``git``.
34 * Mac ``brew install git``.
35 * Linux ``sudo apt-get install git``.
46 3. Clone the Ceres Solver ``git`` repository from Gerrit.
50 git clone https://ceres-solver.googlesource.com/ceres-solver
61 following in the root directory of the local ``git`` repository:
65 … curl -o .git/hooks/commit-msg https://ceres-solver-review.googlesource.com/tools/hooks/commit-msg
66 chmod +x .git/hooks/commit-msg
81 ``git`` repositories.
93 by ``git`` to find ``%HOME%\_netrc``.
108 <http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html>`_.
114 git push origin HEAD:refs/for/master
124 modifying the code in your ``git`` instance, *don't make a new
130 git commit --amend -a