⚙️
Verifiedgit0 installs

Git Config

Recommended Git configuration settings

Configuration

{
  "fetch.prune": true,
  "pull.rebase": true,
  "core.autocrlf": "input",
  "diff.colorMoved": "zebra",
  "init.defaultBranch": "main"
}

Installation

Via StackShack CLI

npx stackshack install git-config

Manual Configuration

Add this configuration to your claude_settings file:

{
  "fetch.prune": true,
  "pull.rebase": true,
  "core.autocrlf": "input",
  "diff.colorMoved": "zebra",
  "init.defaultBranch": "main"
}

Tags

#git#config#workflow

Quick Actions

Stats

Installs0
Categorygit
Statuspublished

Need Help?

Check our documentation or reach out to the community.

Get Support

More git Settings