Skip to content

Commit 3f68791

Browse files
committed
change installation source from master to main
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
1 parent 04bf403 commit 3f68791

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ See the Makefile for details on advanced configuration options.
159159
One-liner:
160160

161161
```bash
162-
curl -sSL https://raw.githubusercontent.com/tj/git-extras/master/install.sh | sudo bash /dev/stdin
162+
curl -sSL https://raw.githubusercontent.com/tj/git-extras/main/install.sh | sudo bash /dev/stdin
163163
```
164164

165165
## Installing as Zsh plugin

bin/git-extras

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
VERSION="7.1.0-dev"
4-
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh"
4+
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/main/install.sh"
55

66
update() {
77
local bin="$(command -v git-extras)"

brew-release.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ index e49cd24..4ae28b5 100755
33
--- a/bin/git-extras
44
+++ b/bin/git-extras
55
@@ -4,13 +4,12 @@ VERSION="4.3.0"
6-
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/master/install.sh"
6+
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/main/install.sh"
77

88
update() {
99
- local bin="$(command -v git-extras)"

0 commit comments

Comments
 (0)