Skip to content

Commit b57e175

Browse files
committed
Updates gtemp alias to use git commit directly
Updates the `gtemp` alias to directly use `git commit` instead of `gcm`. This ensures consistent behavior with other git commands and avoids potential dependency issues with `gcm`.
1 parent c5c0e0a commit b57e175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alias.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ alias gl='gitlog'
3131

3232
alias gsl='git stash list --date=local'
3333
alias gst='git status'
34-
alias gtemp='gcm --no-verify -am "temp"'
34+
alias gtemp='git commit --no-gpg-sign --no-verify -am "temp"'
3535
alias pull='git pull'
3636
alias stash-all='git stash save --include-untracked'

0 commit comments

Comments
 (0)