Skip to content

bloominstituteoftechnology/module-challenge-intro-to-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git for Web Development Project

Welcome to Day 1 at BloomTech! Today we are going to spend some time setting up your computer and learning the tools that you will be using to complete this program. Just like your first day at a dev job, you will need to get your environment set up to build and run your code. Before you are able to complete any of these steps, you will need to install all required programs then set up your SSH key and attach it to your GitHub account. For the SSH key, please watch the video on the BloomTech Git Workflow to see how to do that.

Complete the set up tasks and then get started on the research questions found inside the repository. If you are using a Windows machine, please complete the pc.md file, if you are using Mac or Linux please complete mac.md.

Task 1: MVP

You will need to follow the BloomTech Git Workflow to add a file to this project follow the steps below:

  • Create your own version of this repo using the fork button at the top right of the repository
  • Clone this repo by clicking the green Code button, then copy pasting the SSH URL: git clone git@github.com:YOUR-GITHUB-USERNAME/Git-for-Web-Development-Project.git
  • Create a branch: git checkout -b 'FIRSTNAME-LASTNAME'
  • Answer the questions in the mac.md or pc.md file, depending on which operating system you are using.
  • Follow the steps for adding, committing, and pushing your work from your local computer to GitHub: 1. git add FILE-NAME 2. git commit -m 'WRITE A MESSAGE TO DESCRIBE YOUR CHANGES HERE' 3. git push -u origin FIRSTNAME-LASTNAME
  • Create a Pull Request to submit your work. Reference the BloomTech Git Workflow for help with this.
  • Make sure that your repository's main branch is listed on the left side of the screen and your repository's FIRSTNAME-LASTNAME branch is listed on the right side. This is telling GitHub that you want to compare the work you did in your FIRSTNAME-LASTNAME branch to the work in your main branch. Make sure that you don't click the "merge" button!

Submission Instructions

Please submit your project via Canvas by following these instructions. See part 1, "Submitting an Assignment Without CodeGrade." You will need to submit your Pull Request URL in Canvas to turn in today's assignment.

About

In this project you will be using the concepts learned in the Git for Web Development lesson to fork/clone/push/and submit a PR for each project during this sprint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published