From 6bbca2365f7684e7337cd09f1001b9b87a7faa3a Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 28 Oct 2025 23:00:50 +0900 Subject: modified shell/git-aliasrc, modified shell/profile --- mac/.config/shell/git-aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mac/.config/shell/git-aliasrc') 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() { -- cgit v1.2.3