fixed it
This commit is contained in:
parent
1394633521
commit
d86388333d
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -428,7 +428,7 @@ __git__() {
|
|||
fi
|
||||
|
||||
echo "${CYAN}No changes on the remote branch. Adding changes and pushing with ${RED}${BOLD}'$commit_message'${NC}${CYAN} commit.${NC}"
|
||||
git add "$commit_files"
|
||||
git add "${commit_files:-.}"
|
||||
git commit -m "$commit_message"
|
||||
git push
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue