Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/data/secondary-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ export const secondaryOptions = {
label: 'default merge tool',
usage: 'git config --global merge.tool "meld"',
nb: 'Set default merge tool to meld.'
},
{
value: 'default-branch-name',
label: 'default branch name',
usage: 'git config --global init.defaultBranch <new-name>',
nb: 'Set default name for inital branch of new projects. (needs git 2.2.8 or later)'
},
{
value: 'color',
Expand Down