github can now show you the diffs between two 3D models
Tag Archives: git
git tag
http://git-scm.com/book/en/Git-Basics-Tagging
git add a tag
-
$ git tag -a v1.2 -m 'version 1.2'
git list tags
-
$ git tag
git push
-
$ git push origin --tags
windoz ssh
there are now quite a few windoz ssh choices
- cygwin/x
- mingw.org/
- putty
- msysgit.github.com/ – which installs mingw git bash shell (with ssh) and a windoz git gui client
- google chrome browser ssh extension
how to turn a tgz or zip into a code repo
If your favorite free libre open source project is only available as a tgz or zip (ie umlet) you can now easily turn it into a fully viewable & searchable code repository by using github or google code svn !
You can then use ohloh.net to analyse the code for you !
Simply
- sign up for a github or google code svn account
- CREATE a new repo (ie http://github.com/osde8info/UMLet)
- download tgz or zip
- untgz or unzip
- ADD files to repo
- COMMIT files to repo
- (if using github you may also need to 'remote add' and 'push')
- add enlistment to ohloh (ie git://github.com/osde8info/UMLet.git)
Sit back and enjoy the ohloh.net code analysis and stats !
https://www.ohloh.net/p/UMLet/analyses/latest
