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
🚸 Format and stage individual files:
"/Users/aren/Documents/lollypop/spacecommander"/format-objc-file.sh 'lollypop-client-ios/femometer/femometer-client/thermometer/App/BMTAppDelegate.m' && git add 'lollypop-client-ios/femometer/femometer-client/thermometer/App/BMTAppDelegate.m';
🚀Format and stage all affected files:
"/Users/aren/Documents/lollypop/spacecommander"/format-objc-files.sh -s
🔴 There were formatting issues with this commit, run the👆 above👆 command to fix.
💔 Commit anyway and skip this check by running git commit --no-verify
It works when run format-objc-file.sh for one file, but nothing happen when run
The format-objc-files.sh -s invocation form works with all files that have been staged, but doesn't run on unstaged files. It could probably use a clarification. This only happens when you're committing with -a.
After run git commit -a, I get this:
It works when run format-objc-file.sh for one file, but nothing happen when run
Have I missed something?
The text was updated successfully, but these errors were encountered: