Skip to content

askrr3/ruby-september-2016

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#This is the repository for the september ruby class. ##Git Work Flow:

  1. Fork the repository to your own github account.(Do this online)
  2. Clone your repository. (Git clone )
  3. Add the master repository as a remote with a new origin(git remote add master-repo https://github.com/nguyenhmp/ruby-september-2016) You now have 2 remote addresses(origin and master-repo). Origin is connected to the repo on your github account and master-repo is connected to nguyenhmp repository. You can pull changes of other people by: git pull master-repo master.
  4. Work on your assignments.
  5. Add files to your repository: git add -A
  6. Commit your work git commit -m ""
  7. Push to your repository: git put origin master
  8. Make a pull request on nguyenhmp github!

#Always remember: ##Commit to the master!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 87.8%
  • HTML 12.2%