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
max/msp/jitter garageband PHP NYTimes last.fm CSS Newswire iphone openGL C++ actionscript svn Maya osc picchip vsti YouTube API jQuery OSCemote XML Flex Builder OpenFrameworks reaktor second life Wordpress Plugin API imovie openCV terminal HTML Photoshop runes of magic AIR Flash waveshield mrmr Python Ableton Live audacity speakjet Illustrator Wordpress PyGame processing arduino BBPress After Effects MySQL Google Maps API Javascript supercollider API GuitarRig Yahoo! Weather API gitPeople
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