We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dadc3c commit ceebdd9Copy full SHA for ceebdd9
scripts/install_npm.sh
@@ -33,5 +33,9 @@ echo "[NPM] Installing Swiff"
33
sudo npm install -g swiff
34
echo ""
35
36
+echo "[NPM] Installing git-mob"
37
+sudo npm install -g git-mob
38
+echo ""
39
+
40
echo "[NPM] Done"
41
scripts/setup_git.sh
@@ -17,5 +17,5 @@ echo ""
17
18
echo "[DONE]"
19
echo "[IMPORTANT 1] - Update the user.name and user.email in ~/.gitconfig"
20
-echo "[IMPORTANT 2] - Update user.signingkey property with your new ssh key id in ~/.gitconfig`
+echo "[IMPORTANT 2] - Update user.signingkey property with your new ssh key id in ~/.gitconfig"
21
0 commit comments