Skip to content

Commit 72b4143

Browse files
committed
Update
1 parent efe5d44 commit 72b4143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-basics.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
# This is git-basics.sh from https://github.com/wilsonmar/git-utilities
33
4-
# Described in https://github.com/wilsonmar/git-utilities/blob/master/git-basics.sh
4+
# described in https://wilsonmar.github.io/git-basics
55

66
# This script performs the most common actions resulting in the various statuses,
77
# 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
8+
# chmod +x git-basics.sh first, then copy this command to paste in your terminal:
99
# bash -c "$(curl -fsSL https://raw.githubusercontent.com/wilsonmar/git-utilities/master/git-basics.sh)"
1010

1111
RUNTYPE=""

0 commit comments

Comments
 (0)