Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions send.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ send() {
if [ $# -eq 1 ]; then
git commit -a -m "$1"
else
git commit -a -m "I'm too lazy to write a commit message."
git commit -a -m "$(git status)"
fi
pull
push
}