Sometimes it might be useful to add to commit information about current date and time.
So following commands show how you can do it:
$ git add .
$ git commit -m "[feature-branch] Added utility files `date +'%Y-%m-%d %H:%M:%S'`"
$ git push origin feature-branch