Joined August 2012
·

Marco Vito Moscaritolo

Developer
·
Italy
·
·
·

Posted to Protect secret data in git repo over 1 year ago

You're right, but will be better have key outside of repo ;)

Posted to Create your work report using Git Log over 1 year ago

@italolelis you can create an alias without author parameter and specify it on cli each time, eg.:

git report --author=Marco
git report --author=Vito
Posted to Create your work report using Git Log over 1 year ago

@italolelis you can omit author param and set param each time do you need, eg.:

git report --author=FirstName
git report --author=SecondName
Posted to Create your work report using Git Log over 1 year ago

@codehill: yeap! :)

Posted to Create your work report using Git Log over 1 year ago

@hupili you're right, this is just a "starting point", but speed drastically the report writing and improve accuracy (you can remember ALL activities that you do in a week?). As a side effect developer are encouraged to write verbose and easily understandable commit messages.

PS: I'm developer ;)

Posted to Create your work report using Git Log over 1 year ago

@katylava Yeap! this is usefull also to have opportunity to evaluate our estimation like: how many work I do on theming? This quantity of activity match with my "estimation"? (NB: no time related but "work" related)

Posted to Git commit message & Redmine over 1 year ago

If your issue is not found hook exit without complete command (exit 2)

Achievements
810 Karma
66,997 Total ProTip Views