March 31, 2009

links for 2009-03-31

Filed under: Uncategorized — Tags: — rathervague @ 6:05 pm

March 30, 2009

Git FAQ

Filed under: Uncategorized — Tags: — rathervague @ 6:52 pm

Update local copy from github.com
git fetch origin
Update your local branch with origin/master, then replay your changes
git rebase origin/master
Overwrite local files
git checkout .
Commit changes
git commit -m "First import"
Send your commits to github.com
git push origin

On Ubuntu use GCT for commits
sudo apt-get install commit-tool

On OSX GITX INSTEAD
Mark all changes for commit
git add .
Commit your changes locally
git commit

links for 2009-03-30

Filed under: Uncategorized — Tags: — rathervague @ 6:03 pm

March 29, 2009

links for 2009-03-29

Filed under: Uncategorized — Tags: — rathervague @ 6:04 pm

March 28, 2009

links for 2009-03-28

Filed under: Uncategorized — Tags: — rathervague @ 6:01 pm
Older Posts »

rathervague.co.uk © 2010