Skip to content

Commit c0b7b65

Browse files
committed
Migrate master to main blog post
I migrated master branch to main branch across all of my repositories. You can read more about this in my blog post about it. http://sam.gleske.net/blog/engineering/2020/10/18/github-migrate-master-to-main-branch.html
1 parent 49f3b1a commit c0b7b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: bash
22
branches:
33
only:
4-
- master
4+
- main
55
sudo: false
66
addons:
77
apt:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Verify the identity has switched with `git config user.email`.
9090
[MIT License](LICENSE.txt)
9191

9292
[backpain]: https://user-images.githubusercontent.com/875669/40868569-f1512a4e-65c2-11e8-9dfe-91ece96d62db.jpg
93-
[build-img]: https://travis-ci.org/samrocketman/git-identity-manager.svg?branch=master
93+
[build-img]: https://travis-ci.org/samrocketman/git-identity-manager.svg?branch=main
9494
[build-status]: https://travis-ci.org/samrocketman/git-identity-manager
9595
[git-2.10]: https://github.com/git/git/blob/v2.10.0/Documentation/RelNotes/2.10.0.txt#L83-L84
9696
[git-2.13]: https://github.com/git/git/blob/v2.13.0/Documentation/RelNotes/2.13.0.txt#L127-L130

0 commit comments

Comments
 (0)