cc_project_template_cmake

A cmake, ninja, and googletest-based C++ project template
git clone https://git.bracken.jp/cc_project_template_cmake.git
Log | Files | Refs | Submodules | README | LICENSE

commit bbaf012962d9c51c7c78dcae32cc7c24cdcf80f6
parent 016a5e10b2b5e3f8345ea340bdeda551a9d2c367
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  8 May 2020 16:27:40 -0700

Eliminate fetch URL

Anyone who is planning to clone the repo probably already knows how.
Leaves the instructions for updating submodules as-is since half the
time I can barely remember how to deal with them myself.

Technically `git submodule update --init` is shorter but using two
commands reminds people that this is two separate operations under the
hood.

Diffstat:
MREADME.md | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -17,11 +17,7 @@ installed on your system. Obtaining the source -------------------- -First, clone the repo: - - git clone git@gitlab.com:cbracken/cc_project_template.git - -Next, initialise and fetch git submodules: +First, clone the repo. Then, initialise and fetch git submodules: # Initialise local configuration file. git submodule init