My company is incorporating iRise for prototyping and it lacks any kind of versioning (unless making copies of your files with different file names = versioning). Anyway, we\'re
You will have to do a commit ( after adding files)
git commit -m 'message'
and then push:
git push TestProject master
You cannot associate a message to the push.