Skip to content

Commit d71ad7b

Browse files
authored
Update git-basics.sh
1 parent 71cb263 commit d71ad7b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

git-basics.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/bin/bash
22
# This is git-basics.sh within https://github.com/wilsonmar/git-utilities
33
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:
4+
# To minimize troubleshooting, this script "types" what the reader is asked to manually type in the tutorial at
5+
# https://wilsonmar.github.io/git-basics
76
# chmod +x git-basics.sh | then copy this command to paste in your terminal:
87
# bash -c "$(curl -fsSL https://raw.githubusercontent.com/wilsonmar/git-utilities/master/git-basics.sh)"
98

0 commit comments

Comments
 (0)