Search code examples
gitbashshellubuntuassembla

How to write a .log file about commits


I'm just starting to use git, and hosting the repository in assembla. I would like to keep track of the commits I make in a .log file. Can anybody point me in the right direction for doing this? I've been googling for a while but haven't found anything that can get me started.

Thanks!


Solution

  • You can simply use git log and redirect that to a file.