Giter Site home page Giter Site logo

git's Introduction

Git

Exercise Objective:

  • Install Git on your machine and create a GitHub repository that you will upload work to for the duration of this boot camp.

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
  • Create a new branch: git checkout -b <firstName-lastName>.
  • Implement the project on your newly created <firstName-lastName> branch, committing changes regularly.
  • Push commits: git push origin <firstName-lastName>.

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

  • Copy the files from the HTML prework and paste it in the new cloned folder (e.g. index.html, index.css)
  • Save your changes and then add, commit and push your files up to your repository
  • Create a new file using the command line named notes.txt
  • Add some text to the file notes.txt
  • Create a new branch call newBranch
  • Move the HTML to the newBranch and leave the notes.txt file in the master branch
  • Save the changes and then add, commit and push your files up to your repository
  • Refresh your repository to make sure your files got uploaded and the branches got updated
  • Go back and delete the file note.txt using Git
  • Move the HTML files back to the master branch
  • Delete the newBranch
  • Check the status, add, commit and push your changes
  • Go to your repository and make sure the notes.txt file is removed, and only HTML files remain
  1. Submit the exercise on the TEKcamp Portal

  2. Complete the Exercise Evaluation form on the TEKcamp Portal.

git's People

Contributors

ayunas avatar

Watchers

 avatar  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.