From a8a4b80697f20a47b5f140372c4ff1cff9ceb6d0 Mon Sep 17 00:00:00 2001 From: Hiroto Kitazawa Date: Sun, 8 Mar 2026 11:32:44 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=82=88=E3=81=8F=E4=BD=BF=E3=81=86?= =?UTF-8?q?=E3=82=A8=E3=82=A4=E3=83=AA=E3=82=A2=E3=82=B9=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- symlinks/files/auto-link/.zshrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/symlinks/files/auto-link/.zshrc b/symlinks/files/auto-link/.zshrc index 42f9f73..77f244d 100644 --- a/symlinks/files/auto-link/.zshrc +++ b/symlinks/files/auto-link/.zshrc @@ -11,8 +11,12 @@ alias repo="gh repo view -w" alias g="git" alias gb="git branch" alias gba="git branch --all --verbose" -alias gbd="git branch --delete" -alias gco='git checkout' +alias gbd="git branch -d" +alias gbD="git branch -D" +alias gbm="git branch -m" +alias gco="git checkout" +alias gp="git push" +alias gpf="git gpf" # # setopt 関連