Skip to content

Commit cc1c0e1

Browse files
authored
change installation source from master to main (#1092)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
1 parent 04bf403 commit cc1c0e1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: ci
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
jobs:
88
lint:
99
runs-on: 'ubuntu-latest'

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)