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