Since we learn from the online docs, doesn't your statement imply that Gits online documentation isn't very good?
I think the author meant these commands as I'm in the same OS class and this script has been circulating around the class: $ cat git-create-branch #!/bin/sh if [ $# -ne 1 ]; then echo 1>&2 Usage: $0 branch_name…
Troll
Since we learn from the online docs, doesn't your statement imply that Gits online documentation isn't very good?
I think the author meant these commands as I'm in the same OS class and this script has been circulating around the class: $ cat git-create-branch #!/bin/sh if [ $# -ne 1 ]; then echo 1>&2 Usage: $0 branch_name…
Troll