summaryrefslogtreecommitdiff
path: root/mac/.config/shell/git-aliasrc
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-10-28 23:00:50 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-10-28 23:00:50 +0900
commit6bbca2365f7684e7337cd09f1001b9b87a7faa3a (patch)
tree40cf6c228164013fabf6cc06eac4ec4bcf45c6d2 /mac/.config/shell/git-aliasrc
parentd73c61883c468bfc5b255a13feaf640e7922524e (diff)
modified shell/git-aliasrc, modified shell/profile
Diffstat (limited to 'mac/.config/shell/git-aliasrc')
-rw-r--r--mac/.config/shell/git-aliasrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/.config/shell/git-aliasrc b/mac/.config/shell/git-aliasrc
index e6560c4..c32de43 100644
--- a/mac/.config/shell/git-aliasrc
+++ b/mac/.config/shell/git-aliasrc
@@ -286,7 +286,7 @@ compdef _git ggl=git-checkout
alias gluc='git pull upstream $(git_current_branch)'
alias glum='git pull upstream $(git_main_branch)'
-# alias gp='git push'
+alias gp='git push'
alias gpd='git push --dry-run'
ggf() {