Giter Site home page Giter Site logo

git-1's Introduction

Git

Exercise Objective:

  • Understanding how to use Git and GitHub, and to learn the general git work flow @ TEKcamp.

Exercise Steps/Instructions:

  1. Download Git and install on your machine.

  2. Create a GitHub account

********************************

Git Instructions

  • Create a template copy of this repository by clicking : "Use this template"
  • Name the repository the same name as the master template repository.
  • Add your TA as collaborator
  • Clone YOUR repo to your local computer
  • For this assignment, you will be following the instructions below:

********************************

  • Copy the html file from the prework (Markup Exercise) and paste it in the new cloned folder. (e.g. index.html)
  • Create a new file using the command line called notes.txt
  • Add some text to the notes.txt file.
  • Create a new branch called html-branch
  • Move the html file to the html-branch and leave the notes.txt file in the master branch
  • Add three <p> tags with "lorem ipsum" paragraph text to the html file, which should now be on the html-branch. You can find "lorem ipsum" at the following link : https://loremipsum.io/
  • Save your changes, then add, commit and push your files up to the html-branch repository on github. Make sure you add a descriptive message for your commit.
  • Refresh your repository to make sure your file was uploaded and the html-branch was updated.
  • Create another branch called text-branch
  • Move the notes.txt from master to the text-branch. The master branch should now be completely empty at this point, aside from the README file.
  • Check the status, add, commit and push your changes to the text-branch. Make sure you add a descriptive message for your commit.
  • Add 3 additional lorem-ipsum paragraphs into the notes.txt file which should now be on the text-branch.
  • Commit and push your additional changes to the text-branch on GitHub. Make sure you add a descriptive message for your commit.
  • On GitHub, verify that the master branch only has the README.md file with nothing else. Verify that the html-branch and the text-branch each have a respective .html and .txt file. Submit a pull request for both the html-branch and the text-branch to be merged into master. Add your TA as a collaborator for both Pull Requests (PR).

**Bonus Goals:

  • The instructions for the bonus functionality are another branch of this repo. Find those instructions
  1. Submit the exercise in TEKsystems Academy

  2. Complete the Exercise Evaluation form in TEKsystems Academy.

git-1's People

Contributors

ayunas avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.