Thanks to visit codestin.com
Credit goes to github.com

Skip to content

It's not what you have to do, it's what you git-to-do.

CitadelCS/git-to-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • gem install rails

  • rails new todoApp

  • git checkout -b todoModel

  • rails generate scaffold Todo title:string notes:text

  • rake db:migrate

    - created db/seed data
  • rake db:seed

    - added index route
  • git push origin todoModel

  • git checkout master

  • git merge todoModel

  • git push origin master

  • git checkout -b addingBootstrap

    - add gem to gem file
  • bundle install

  • restart server

    - rails s
  • git push origin addingBootstrap

  • git checkout master

  • git merge addingBootstrap

  • git push origin master

About

It's not what you have to do, it's what you git-to-do.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •