You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if! git diff --quiet;thenecho'Changes to files need to be committed. Check your git index.';exit 1;fiiftest`git status --porcelain | wc -l`!= '0';thenecho'Changes to (untracked) files need to be committed. Check your git index.';exit 1;fi
The text was updated successfully, but these errors were encountered:
Use these:
The text was updated successfully, but these errors were encountered: