Skip to content

Commit f37a71b

Browse files
Merge pull request #49 from Mr-Wallet/update-default-master
Update default master branch to 'main'
2 parents 706936d + 4723a6e commit f37a71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = (NodeGit, { constants }) => {
3434
*/
3535
static getConfigDefault() {
3636
return {
37-
'gitflow.branch.master': 'master',
37+
'gitflow.branch.master': 'main',
3838
'gitflow.branch.develop': 'develop',
3939

4040
'gitflow.prefix.feature': 'feature/',

0 commit comments

Comments
 (0)