Changes between Version 6 and Version 7 of Meeting20110305


Ignore:
Timestamp:
Mar 4, 2011, 8:41:56 AM (13 years ago)
Author:
Neil
Comment:

Add git hints.

Legend:

Unmodified
Added
Removed
Modified
  • Meeting20110305

    v6 v7  
    3333  * Generally seems to be seen as a good idea
    3434 * Matplotlib has completed move to github - [https://github.com/matplotlib/matplotlib-py3 py3k branch here].
     35 * Github organisation created for [https://github.com/CTPUG CTPUG], with [https://github.com/CTPUG/matplotlib-py3 matplotlib-py3k fork]
     36
     37== Git Cheat sheet ==
     38
     39 * Initial checkout: git clone https://<username>@github.com/CTPUG/matplotlib-py3.git
     40 * log, diff, rm, add - work as for svn, bzr, et al.
     41 * svn revert : git checkout master
     42 * svn up : git pull --rebase
     43 * git commit - onlu commits things locally, doesn't push commits to the server
     44 * git push - pushes your tree to the server - do a git pull before pushing.
    3545
    3646== Next meeting ==