Skip to content

Instantly share code, notes, and snippets.

@hustshawn
Last active July 30, 2022 04:36
Show Gist options
  • Select an option

  • Save hustshawn/61541740c9119e9425722fd42133f49d to your computer and use it in GitHub Desktop.

Select an option

Save hustshawn/61541740c9119e9425722fd42133f49d to your computer and use it in GitHub Desktop.

Revisions

  1. hustshawn revised this gist Jul 29, 2022. No changes.
  2. hustshawn created this gist Jul 10, 2022.
    14 changes: 14 additions & 0 deletions gitconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    [user]
    name = <username>
    email = <email>
    signingkey = <gpg-sign-key>
    [core]
    editor = vi
    [init]
    defaultBranch = main
    [color]
    ui = auto
    [gpg]
    program = gpg2
    [commit]
    gpgsign = true