latest 3 messages by VarunAgw

+ [2015-06-02T07:59:06Z] VarunAgw Ah thanks! I completely forgot about this git feature
+ [2015-06-02T07:48:09Z] VarunAgw Meaningless commits can contain temporary files created to debug, lots of print and dump statements used for debugging, unnecessary file
+ [2015-06-02T07:46:28Z] VarunAgw Hi! I have a question regarding branches. Suppose I am working on a feature and want to commit frequently with meaningless changes that breaks existing code so I can revert back easily if needed. And then after I am done, I made my final important commit. Is it generally acceptable to do this or each commit in a branch have to be meaningful?