Coder Social home page Coder Social logo

git-going's Introduction

Git-Going

This is a Git Work-Flow exercise. No talking! Use slack to communicate with each other. Follow the directions and watch the web page come to life with your team work!

  1. Form teams of 3 and assign each person a number 1, 2, and 3.

  2. Person 1 fork the repo. Everyone clone the repo off of Person 1. Person 1 add everyone in your team as a collaborator.

  3. One person in the group create a branch off master named "develop". Then, everyone run 'live-server' in the develop branch to see changes.

Person 1 directions:

  1. Off of develop, create a branch called {your_name}/add-html.

  2. Uncomment the HTML code in the index.html file and commit and push your changes in the branch you created in step one.

  3. Create a pull request, merging your branch into develop. Don't ever merge your own pull request! Have Person 2 in your group merge the pull request.

  1. Everyone in your group checkout to the develop branch and run 'git pull' to see Person 1's changes.

Person 2 directions:

  1. Off of develop, create a branch called {your_name}/add-css.

  2. Uncomment the CSS code in the styles.css file and commit and push your changes in the branch you created in step one.

  3. Create a pull request, merging your branch into develop. Don't ever merge your own pull request! Have Person 3 in your group merge the pull request.

  1. Everyone in your group checkout to the develop branch and run 'git pull' to see Person 2's changes.

Person 3 directions:

  1. Off of develop, create a branch called {your_name}/add-javascript.

  2. Uncomment the JS code in the app.js file and commit and push your changes in the branch you created in step one.

  3. Create a pull request, merging your branch into develop. Don't ever merge your own pull request! Have Person 1 in your group merge the pull request.

  1. Everyone in your group checkout to the develop branch and run 'git pull' to see Person 3's changes.

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.