You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ Little git extras.
6
6
7
7
Just getting started? Check out these screencasts:
8
8
9
-
*[introduction](https://vimeo.com/45506445)-- covering git-ignore, git-setup, git-changelog, git-release, git-effort and more
9
+
*[introduction](https://vimeo.com/45506445)([archive.org link](https://web.archive.org/web/20230219181235id_/vod-progressive.akamaized.net/exp=1676834145~acl=%2Fvimeo-prod-skyfire-std-us%2F01%2F4101%2F1%2F45506445%2F107111328.mp4~hmac=065b68f23c4b6a222463097b36d1c346995a9559baa9b819972da95550018471/vimeo-prod-skyfire-std-us/01/4101/1/45506445/107111328.mp4)) -- covers `git-ignore`, `git-setup`, `git-changelog`, `git-release`, `git-effort` and more
10
10
11
11
## Installation
12
12
13
-
See [Installation](Installation.md) page.
13
+
See the [Installation](Installation.md) page.
14
14
15
15
## Commands
16
16
17
-
Go to [Commands](Commands.md) page for basic usage and examples.
17
+
Go to the [Commands](Commands.md) page for basic usage and examples.
18
18
19
19
__GIT utilities__ -- repo summary, repl, changelog population, author commit percentages and more
20
20
@@ -27,8 +27,8 @@ Please read [Contributing](CONTRIBUTING.md) before you make a PR, thanks!
27
27
## The change of the default branch
28
28
29
29
As of Git Extras 6.4 the assumed default branch name changed from `master` to `main`.
30
-
This affects the Git Extras commands `git archive-file`, `git delete-merged-branches`, `git delta`, `git pull-request`, `git show-merged-branches`, `git show-unmerged-branches` and `git squash`.
30
+
This affects the Git Extras commands `git archive-file`, `git delete-merged-branches`, `git delta`, `git pull-request`, `git show-merged-branches`, `git show-unmerged-branches`, and `git squash`.
31
31
32
-
To change the default branch name to `master`: change either the configuration `git-extras.default-branch` or `init.defaultBranch` to `master`, the former takes precedence.
32
+
To change the default branch name to `master`: change either the configuration `git-extras.default-branch` or `init.defaultBranch` to `master`; the former takes precedence.
33
33
34
-
For example, `git config git-extras.default-branch master`
34
+
For example, `git config git-extras.default-branch master`.
0 commit comments