GithubHelp home page GithubHelp logo

laurenlewis / womencode.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bmwest/womencode.com

0.0 2.0 0.0 2.67 MB

A marketing site dedicated to bringing women into tech. Built during LadyHacks2017

Home Page: https://bmwest.github.io/WomenCode.com/.

CSS 6.91% JavaScript 42.08% HTML 16.35% PHP 34.67%

womencode.com's Introduction

WomenCode.com

A marketing site dedicated to bringing women into tech

Team

  • Andrea Susnick
  • Annalee Switek
  • Christina Deno
  • Dominique Negron
  • Emily Butte
  • Lauren Lewis
  • Marguerite Hulett
  • Melody Lam
  • Briana West

Git Workflow

I want to..

  • Make Changes
  1. Make sure you're in the master branch by typing the following in the command line: git checkout master
  2. "Pull" the current version of master: git pull
  3. Create a branch for your changes: git branch "your-branch-name"
  4. Go into your newly created branch: git checkout your-branch-name
  5. Make your changes!
  • Submit My Changes
  1. Check the status of your files: git status (all of your changed files should be red)
  2. Add your changed files to the "staging area": git add -A
  3. Check the status of your files (again!): git status (all of your changed files should be green)
  4. Create a message briefly describing your commit: git commit -m "adds this update to feature x"
  5. "Push" your changes to GitHub: git push origin head
  6. Create a Pull Request:
  • open the repo in your browser
  • click the "branches" tab
  • find your branch name and press "New pull request"
  • if you'd like to give more details about the changes you made, leave them in comment section provided
  • if you see "Able to merge." in green, click "Create pull request"
  • if your branch has no conflicts with master, someone will merge your pull request

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.