Skip to content

Commit

Permalink
♻️ refactor: update codebase #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Nov 15, 2024
1 parent 28eaf5e commit 257b6f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,8 @@ function git_push_with_format() {
cecho "🍌 Command execution aborted." 3
fi
}
alias gitpushwithformat="git_push_with_format"
alias gpwf="git_push_with_format"

# git_revert_current function
# Creates a new branch and reverts the current branch to its state, creating a clean slate for further development.
Expand Down

0 comments on commit 257b6f9

Please sign in to comment.