Coder Social home page Coder Social logo

lambda-git-flow-for-dummies's Introduction

The Lambda School Git Flow

  1. Create YOUR OWN version of Repo ---> (Fork)

  2. Add your PM as collaborator

    on GitHub:
    Settings -> Collaborators -> Add Collaborator (use your PM's handle)
    (I'd suggest grabbing the invite tag and DM it to your PM on Slack at this point)

  3. Clone YOUR Repo

    back on your machine:
    git clone <your-repo-address>

  4. Create a branch (the one you are going to be working on)

    cd <repo directory>
    git checkout -b 'firstname-lastname'

  1. Push your new branch up to GitHub and make all future pushes to that branch

    git push -u origin firstname-lastname

    on GitHub:
    Compare & Pull Request -> Base: YOUR MASTER (Not the Lambda Master)
    compare fork: YOUR FORK

  1. Add your PM as a reviewer on the Pull Request

    On the 'Open a Pull Request' page click on Reviewers. If your PM has accepted your invite, then you should be able to select them here. If not, then they haven't accepted the invite, and come back later...

    Your PM will merge the work into YOUR Master fork when they have reviewed and approved it.

lambda-git-flow-for-dummies's People

Contributors

atbenedict avatar

Watchers

James Cloos avatar Leslie Thompson 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.