Changes between Version 10 and Version 11 of DeveloperGuidelines/Git
- Timestamp:
- 12/22/11 18:16:55 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v10 v11 77 77 Install [http://sourceforge.net/projects/console/ Console] & [http://www.sourcegear.com/diffmerge/downloads.php Diffmerge] & [http://markembling.info/2009/09/my-ideal-powershell-prompt-with-git-integration configure Powershell]. 78 78 === Developer Tools === 79 Pre-commit hook to update VERSION (& run tests?), e.g. based on http://tech.yipit.com/2011/11/16/183772396/ 79 .gitattributes runs version.py to update the VERSION file on commit 80 81 82 Possibly we coudl add a pre-commit hook to run tests, e.g. based on http://tech.yipit.com/2011/11/16/183772396/ or http://blog.penzilla.net/2011/09/git-pre-commit-hook-for-python-now-with.html 80 83 == Resources == 81 84 * Community Book: http://book.git-scm.com