Skip to content

Commit

Permalink
refactor(git): change default branch name to main
Browse files Browse the repository at this point in the history
  ## what
  - change default branch name to `main`

  ## how

  ## why

  ## where
  - ./tools/git/.gitconfig

  ## usage

  ## issue or pull request
  • Loading branch information
Clumsy-Coder committed Jan 29, 2024
1 parent 2e9129b commit c848399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
[gpg "ssh"]
allowedSignersFile = /Users/umar/.ssh/allowed_signers
[init]
defaultBranch = master
defaultBranch = main
[diff "exif"]
textconv = exiftool

0 comments on commit c848399

Please sign in to comment.