We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git add
cppsm hello
1 parent 155dc9e commit 8d5ecccCopy full SHA for 8d5eccc
commands/hello
@@ -79,3 +79,5 @@ add_conventional_executable_tests(PRIVATE message_v1 testing_v1)
79
add_conventional_executable(hello)
80
target_link_libraries(hello PRIVATE message_v1)
81
EOF
82
+
83
+git add internals provides
test
@@ -10,7 +10,6 @@ git init
10
cppsm init
11
12
13
-git add internals provides
14
git config --global user.email "ci@script.com"
15
git config --global user.name "CI script"
16
git commit -m Initial
0 commit comments