SyntaxFix
Write A Post
Hire A Developer
Questions
I have the following config in my private project:
git config alias.auto 'commit -a -m "changes made from [device name]"'
That way, when I'm in a hurry I do
git auto git push
And at least I know what device the commit was made from.