File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : ci
2
2
on :
3
3
push :
4
- branches : [master ]
4
+ branches : [main ]
5
5
pull_request :
6
- branches : [master ]
6
+ branches : [main ]
7
7
jobs :
8
8
lint :
9
9
runs-on : ' ubuntu-latest'
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ See the Makefile for details on advanced configuration options.
159
159
One-liner:
160
160
161
161
``` 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
163
163
```
164
164
165
165
## Installing as Zsh plugin
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
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"
5
5
6
6
update () {
7
7
local bin=" $( command -v git-extras) "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ index e49cd24..4ae28b5 100755
3
3
--- a/bin/git-extras
4
4
+++ b/bin/git-extras
5
5
@@ -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"
7
7
8
8
update() {
9
9
- local bin="$(command -v git-extras)"
You can’t perform that action at this time.
0 commit comments