skip to main
|
skip to sidebar
Tech Notes
Showing posts with label
git
.
Show all posts
Showing posts with label
git
.
Show all posts
Monday, February 1, 2010
git basics
git config --global
user.name
"Andre Quina"
git config --global user.email
andre.quina@gmail.com
mkdir testgit
cd testgit/
git init
git add readme
git add README
git commit -m 'first commit'
git remote add origin git@github.com:andrequina/testgit.git
git push origin master
Older Posts
Home
Subscribe to:
Posts (Atom)
Blog Archive
▼
2013
(1)
▼
April
(1)
Hadoop on OSX
►
2010
(14)
►
March
(3)
►
February
(11)
About Me
Andre Quina
View my complete profile