skip to main
|
skip to sidebar
Tech Notes
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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2013
(1)
►
April
(1)
▼
2010
(14)
►
March
(3)
▼
February
(11)
xorg.conf
jboss startup script
solr startup script
gzip files recursively
git basics
Linux paste and sed -- join and remove blanks
Linux command - remove lines
SSH without password
Setup Hadoop
Patch Hadoop
Install MogileFS on Ubuntu
About Me
Andre Quina
View my complete profile
No comments:
Post a Comment