SyntaxFix
Write A Post
Hire A Developer
Questions
When working on an important code update, if you really need an intermediate safepoint you might just do:
git commit -am'.'
or shorter:
git commit -am.