Joined August 2013
·

Eugenio Marletti

Android and Web developer/designer
·
Italy
·
·
·

Nice idea, you can avoid hard-coding your name like this:

git config --global alias.today '!git log --since=midnight --author="$(git config user.name)" --oneline'

Or if you just want to avoid typing it but still have it "fixed":

git config --global alias.today "log --since=midnight --author='$(git config user.name)' --oneline"
Posted to Open In Sublime Text - Mac Os Service over 1 year ago

I can't believe I never thought of that... Brilliant!

Achievements
86 Karma
0 Total ProTip Views
Interests & Skills