Changes between Version 28 and Version 29 of DeveloperGuidelines/Git


Ignore:
Timestamp:
02/01/12 18:10:29 (13 years ago)
Author:
Fran Boon
Comment:

Notifications

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v28 v29  
    7777}}}
    7878
    79 === Developer Configuration ===
     79== Developer Configuration ==
    8080{{{
    8181git config --global user.name "Your Name"
     
    9595}}}
    9696
    97 ==== Windows ====
     97=== Windows ===
    9898Install [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].
    9999=== Developer Tools ===
     
    101101
    102102Possibly 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 ===
     105You can subscribe to commits via RSS, e.g. to subscribe to Trunk, use:
     106* https://github.com/flavour/eden/commits/master.atom
     107
     108If 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
    103111
    104112== Alternate Developer Workflow ==