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