Skip to content

bobzhen/RubyChose007

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

RubyChose007

RubyChose007

create a repository RubyChose007 on git.

git clone https://github.com/bobzhen/RubyChose007.git

git add .

git commit -m "Commit Rspec First Tutorial"

// should not be same as "origin"

git remote add origin001 https://github.com/bobzhen/RubyChose007.git

git push -u origin001 master

DONE!!!!

===============================

How to upload local changes to GitHub

clone the repository (from github, for example)

git clone git@github.com:username/reponame.git cd reponame

edit some files

add them to the index

git add file1.txt git add file2.gif

review your changes

git status

commit the changes

git commit -m "Decription of my change"

push them back to the remote repository

git push

About

RubyChose007

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages