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
I think the question is legitimate, and is not completely answered by the answer above. Here is a workflow we use at our company (we use git flow):
Now it would be real nice if we could add a message like this during the push Step 7. like this:
git push -m 'Feature is code complete, code collaborator review ids 1234, 1235.' origin develop
Definitely, not a trivial case where someone is trying to push without commits, but a very useful step where you are annotating a specific push with metadata that provides some audit trail.