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 efe5d44 commit 72b4143Copy full SHA for 72b4143
git-basics.sh
@@ -1,11 +1,11 @@
1
#!/bin/bash
2
# This is git-basics.sh from https://github.com/wilsonmar/git-utilities
3
# by [email protected]
4
-# Described in https://github.com/wilsonmar/git-utilities/blob/master/git-basics.sh
+# described in https://wilsonmar.github.io/git-basics
5
6
# This script performs the most common actions resulting in the various statuses,
7
# so you can make changes and see the effect.
8
-# Remember to chmod +x git-basics.sh first, then paste this command in your terminal
+# chmod +x git-basics.sh first, then copy this command to paste in your terminal:
9
# bash -c "$(curl -fsSL https://raw.githubusercontent.com/wilsonmar/git-utilities/master/git-basics.sh)"
10
11
RUNTYPE=""
0 commit comments