Skip to content

Git 別名

Git 指令簡寫。

本頁介紹一個別名群組及其常用指令捷徑。 請先閱讀以了解命名慣例、預期輸入和安全執行模式。 然後開啟參考附錄查看完整指令清單和精確語法。 這些別名減少重複輸入,並在 macOS、Linux 和 WSL 上保持一致的工作流程。

使用時機

在需要可預測指令模式的日常 Shell 工作前使用本頁。

包含內容

  • 別名數:84
  • 輔助函式:7
  • 來源檔案:2

快速範例

  • check-signinggit config --list | grep "gpg\|signing"
  • cigit commit
  • enable-signingenable_signing_fn
  • ggit
  • gagit add
  • gaagit add --all
  • gadgit add .
  • gaugit add --update
  • gbgit branch
  • gbdgit branch -d
  • gblgit branch -l
  • gbrgit branch -r

下一步

開啟完整列表: