07
10.09
git commands I use regularly:
#----------------- # Get status #----------------- $ git status #----------------- # Start new -> from inside folder #----------------- $ git init #----------------- # Add #----------------- $ git add . $ git add file1 newfile2 newfolder3 #----------------- # Commit #----------------- $ git commit -m "enter the comment" #----------------- # Log #----------------- $ git log #----------------- # Using with github #----------------- $ git remote add origin git@github.com:user_name/repository_name.git $ git push origin master
http://www.spheredev.org/wiki/Git_for_the_lazy
http://git-scm.com/documentation
Categories
-
Recent Posts
Tags
Illustrator OSCemote iphone NYTimes garageband speakjet picchip GuitarRig osc actionscript terminal openCV waveshield openGL processing mrmr YouTube API Javascript git Google Maps API AIR runes of magic Python second life Wordpress Plugin API arduino svn reaktor Photoshop Newswire Ableton Live audacity After Effects last.fm HTML PHP Flex Builder vsti Wordpress PyGame XML imovie BBPress CSS max/msp/jitter Flash MySQL Maya API supercollider C++ jQuery OpenFrameworks Yahoo! Weather APIPeople
Archives
- January 2012
- January 2011
- November 2010
- August 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- April 2008
- March 2008
- December 2007