From d677177f7b66babbd6323bcc5ea8ae4feb8b8954 Mon Sep 17 00:00:00 2001 From: Hiroto Kitazawa Date: Thu, 4 Dec 2025 21:33:19 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20git=E3=81=AE=E3=82=A8=E3=82=A4?= =?UTF-8?q?=E3=83=AA=E3=82=A2=E3=82=B9=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- symlinks/files/auto-link/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/symlinks/files/auto-link/.gitconfig b/symlinks/files/auto-link/.gitconfig index 586e025..86c2e9b 100644 --- a/symlinks/files/auto-link/.gitconfig +++ b/symlinks/files/auto-link/.gitconfig @@ -18,6 +18,8 @@ smudge = git-lfs smudge %f required = true [alias] + # エイリアス一覧を表示する + aliases = config --get-regexp alias # 直前のcommitのコミットメッセージを変更する amend = commit --amend # ブランチ一覧を表示する @@ -44,6 +46,8 @@ stashes = stash list # wip commit wip = !"git add . && git commit -m 'wip'" + # コミットする際のメールアドレスを表示する + whoami = config user.email [http] sslVerify = false [init] From 1a06ddfeea1d7701ad4e0731e14cac9268fff243 Mon Sep 17 00:00:00 2001 From: Hiroto Kitazawa Date: Thu, 4 Dec 2025 21:33:46 +0900 Subject: [PATCH 2/2] =?UTF-8?q?delete:=20terraform=E3=81=AE=E3=82=A8?= =?UTF-8?q?=E3=82=A4=E3=83=AA=E3=82=A2=E3=82=B9=E3=81=AF=E7=A7=81=E7=94=A8?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84=E3=81=AE=E3=81=A7?= =?UTF-8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- symlinks/files/auto-link/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/symlinks/files/auto-link/.zshrc b/symlinks/files/auto-link/.zshrc index 6df5097..c79bbfb 100644 --- a/symlinks/files/auto-link/.zshrc +++ b/symlinks/files/auto-link/.zshrc @@ -7,7 +7,6 @@ fi # エイリアス関連 # alias rmdir="rm -rf" -alias tf="terraform" alias repo="gh repo view -w" #