Changes between Version 28 and Version 29 of DeveloperGuidelines/Git
- Timestamp:
- 02/01/12 18:10:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v28 v29 77 77 }}} 78 78 79 == = Developer Configuration ===79 == Developer Configuration == 80 80 {{{ 81 81 git config --global user.name "Your Name" … … 95 95 }}} 96 96 97 === = Windows ====97 === Windows === 98 98 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]. 99 99 === Developer Tools === … … 101 101 102 102 Possibly we could 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 103 104 === Notifications === 105 You can subscribe to commits via RSS, e.g. to subscribe to Trunk, use: 106 * https://github.com/flavour/eden/commits/master.atom 107 108 If you wish to receive email notification of commits, then you can use an Email to RSS service like: 109 * http://www.feedmyinbox.com 110 * http://blogtrottr.com 103 111 104 112 == Alternate Developer Workflow ==