We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad51b30 commit 6d5285aCopy full SHA for 6d5285a
setup.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Revert to first commit, add and commit everything as single commit.
4
-git reset $(git commit-tree HEAD^{tree} -m "Bolier plate for C++ project added")
+git reset $(git commit-tree HEAD^{tree} -m "Boiler plate for C++ project added")
5
6
name=$(git config user.name)
7
email=$(git config user.email)
0 commit comments