We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cb263 commit d71ad7bCopy full SHA for d71ad7b
git-basics.sh
@@ -1,9 +1,8 @@
1
#!/bin/bash
2
# This is git-basics.sh within https://github.com/wilsonmar/git-utilities
3
# by [email protected]
4
-# described in https://wilsonmar.github.io/git-basics
5
-# This script "types" what the reader is asked to manually type in,
6
-# to minimize troubleshooting. First:
+# To minimize troubleshooting, this script "types" what the reader is asked to manually type in the tutorial at
+# https://wilsonmar.github.io/git-basics
7
# chmod +x git-basics.sh | then copy this command to paste in your terminal:
8
# bash -c "$(curl -fsSL https://raw.githubusercontent.com/wilsonmar/git-utilities/master/git-basics.sh)"
9
0 commit comments