Code Monkey home page Code Monkey logo

git-workflow-warmup's Introduction

git-workflow-warmup

The point of this exercise is to "git" accustomed to a feature-branching workflow in git.

  • Get into a team of 4-5
  • Create your own git repository on github
  • One person needs to clone down that repository and create three files: index.html, styles.css, and app.js
  • Add/commit/push to master.
  • Everybody pull down these changes
  • Each person needs to create a feature branch
    • git checkout -b branchName
    • GIVE YOUR BRANCHES GOOD NAMES
    • Depending on the size of your group, 1 - 2 people should be working on a single file in their respective branches
  • The index.html file should have: a header, an image, an unordered list with 5 items, and three empty divs
  • The javascript file should target the empty divs, and add whatever you want via the DOM
  • The CSS style sheet should style each of these elements that you've created
  • Push up to your branch every 7-10 minutes
  • Once you've pushed, create a pull request
  • Someone else should merge that pull request, then all parties pull
  • DONT FORGET TO COMMIT YOUR WORK BEFORE PULLING
  • COMMUNICATE WITH YOUR TEAM
  • COMMUNICATION IS V IMPORTANT
  • RESOLVING MERGE CONFLICTS IN VS CODE IS THE EASIEST WAY

git-workflow-warmup's People

Contributors

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