First Assignment Guide
First Assignment Guide
Please follow the instructions below for creating the assigned Blog.
Navigate to folder: Open Command Prompt (by writing cmd on run) Then navigate to following folder: C:\ruby200\devkit (or wherever you wish) Example: 1. Use cd\ to reach root of c drive 2. Switch drive to drive c (if you are not in c drive) by writing c: 3. Then navigate to folder by writing cd ruby200 and cd devkit Now follow these instructions as per lecuture:
SUBMISSION PROCESS
1. Create an account at bit bucket.org 2. Create a new repository named blog on bitbucket as below:
Click I have an existing project to push up. Next window will serve you a link similar to this: https://[email protected]/username/blog.git
Then add files to the stage. git add --all then: $ git commit m message here Then add it to remote server: git remote add origin https://[email protected]/username/blog.git And finally : $ git push origin master
Finally copy the repository link and past it to zip file downloaded from assignment . The link will be like this: https://bitbucket.org/username/blog
Now submit the assignment as per the step 3 of Programming Assignment 1: Instructions.