Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 857 Bytes

File metadata and controls

36 lines (22 loc) · 857 Bytes

🔧 Git

DevKit ensures your Git environment is properly configured with global preferences and helpful defaults for a smooth workflow.

📑 Table of Contents


⚙️ Setup & Configuration

  • git-setup — Configure Git global user info and preferences (runs automatically during DevKit setup).

🩺 Diagnostics & Health

  • git-doctor — Diagnose Git installation, user configuration, SSH keys, and GitHub connectivity.

📝 Editing Config

  • git-open-settings — Open your global .gitconfig in VS Code for manual editing.

💡 Tip:
To quickly check your current Git global config, run:

git config --global --list