git status コマンド git-status Documentation | Git [Official] パース用途で出力する スクリプトでパースする用途で出力する。 $ git status - […]
カテゴリー:Git
git worktree コマンド [Git]
git worktree コマンド git-worktree Documentation | Git [Official] git worktrees vs “clone --referenc […]
git reflog コマンド [Git]
git reflog コマンド HEAD の最新の履歴 10件を確認する。 $ git reflog -10 git-reflog | Git Documentation [Official]
git ls-tree コマンド [Git]
git ls-tree コマンド git-ls-tree Documentation | Git [Official]
Git クライアント [Windows]
GUI クライアント Git GUI (Git for Windows 付属) GitHub Desktop SourceTree TortoiseGit Fork GUI Clients | Git [公式] Git […]
部分的にコミットする方法 [Git]
部分的にコミットする方法 git add -p を使う $ git add -p hoge_file Gitで部分的にコミットする方法 – Qiita
部分的にチェックアウトする方法 (sparse-checkout) [Git]
git sparse-checkout コマンド git-sparse-checkout | Git Documentation [Official] 使い方 現在の設定を確認する。 $ git sparse-check […]
HTTPS で push / pull を行う方法 [Git]
パスワードを保存する Mac の場合 git-credential-osxkeychain を使う。git config で credential.helper を設定すると、初回の push もしくは pull の際に […]
マージドライバー (Merge Driver) [Git]
設定 text binary union git merge の挙動をカスタマイズする | Shogo’s Blog How to use git merge driver ‘union̵ […]
ガベッジコレクションを実行する方法 [Git]
git gc コマンド git-gc | Git Documentation [Official] 概要 メンテナンスとデータリカバリ | Pro Git Book [公式] 使い方 自動的なガベッジコレクションを直ぐに […]