Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Git

modules/common/git.nix 定义了 Git 版本控制工具的配置。

基础配置

选项说明
userNameaxiomIdentity.gitName从身份模块读取
userEmailaxiomIdentity.gitEmail从身份模块读取
init.defaultBranchmain默认分支名
core.editorvim默认编辑器
core.autocrlfinput行尾符处理
pull.rebasetruepull 时使用 rebase
rebase.autoStashtruerebase 前自动 stash

启用功能

  • Git LFS — 大文件支持
  • 全局忽略*.swp 文件