

Guide 14: Add a back-end to your app (admin pages).Guide 13: Build a diary app in Ruby on Rails.Guide 12: Build a voting app in Sinatra.Simplifying your tests with Shoulda Matchers.Guide 10: Improve your design with HTML and CSS.Guide 9: Add Profile Pics with Gravatar.Guide 8: Add Authentication (user accounts) with Devise.


PUSH CHANGES TO GITHUB ANDROID STUDIO HOW TO
PUSH CHANGES TO GITHUB ANDROID STUDIO FREE
Your GitHub Repository page will list the repository URL, so feel free to copy and paste from there, rather than typing it in manually. This commits all of your files, adding the message “first commit” This adds in all of your files & changes so far to a staging area. This will list out all the files in your working directory.ĬOACH: Talk about some of your favorite git commands Next check if a file called README.rdoc exists in your railsgirls directory: Note: If you’ve already done the Heroku guide, then you’ve already initialized a git repository & you can move on to the next steps. This initializes a git repository in your project In the command line–make sure you cd into your railgirls folder–and type: git init On your GitHub profile click “new repo” give it a name (example: rails-girls), brief description, choose the “public” repo option, and click “create repository”. Create a free GitHub account or login if you already have oneĬOACH: Talk a little about git, version control, and open source Push your app to GitHub using the command line.To check if Git is already config-ed you can type git config -list.Type git config -global user.email "your-email" Type git config -global user.name "your-name".Then, setup your local Git profile - In the terminal: In the terminal type git -version (1.8 or higher preferred).Created by Alyson La, Things you need before you get started Git & GitHub
