Skip to content

xqx12/s2e1.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s2e1.1

s2e1.1 for develop

develop on my ubuntu 10.10

###Create a new repository on the command line

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:xqx12/s2e1.1.git
git push -u origin master

Push an existing repository from the command line

git remote add origin git@github.com:xqx12/s2e1.1.git
git push -u origin master