Guides: Working with Git |
|
Some people like to commit their generated documentation in their project repositories. However, if you're a fan of Github's graphs (or any repository analysis tool for that matter), this will pollute your statistics and unnecessarily bloat up the number of commits you do. |
|
Committing with a different author |
|
The solution is to commit with a different author. |
|
|
|
Integrating with make |
|
In fact, you may want to integrate this into your Makefile. |
|
|
|
This way, you can just type: |
|
|
|
This builds your documentation (because |