Giter VIP home page Giter VIP logo

2014wdi_supergrp's Introduction

basic setup:

<forked on github>

git clone https://github.com/{own-name}/{name-of-repo}.git .           # clones repo to local machine

git branch dev                                                         # creates a development branch

git checkout dev                                                       # switches to that branch

git remote add upstream https://github.com/siejen/{name-of-repo}.git     # adds this as the upstream (i.e. master copy)
	Note for this last line: make sure you replace the https: with git: 
	[copy/pasting the address will paste the https:]

workflow:

git pull upstream master                   # syncs with any other team member changes made in meantime

<make some edits>                          # coding away!

git push -u origin dev                     # pushes to the dev branch on your github

<make some edits>                          # hamster coding party!

git push -u origin dev                     # pushes to the dev branch on your github

<satisfied with edits...>                  # code is so clean

git checkout master                        # switch back to master branch

git merge dev                              # merge changes to master branch

git push -u origin master                  # pushes to master branch on your github

<make a pull request on github from>       # asks owner of master repo to pull in changes

2014wdi_supergrp's People

Contributors

siejen avatar salamandermike avatar sananasar avatar maiahariton avatar ncaskey04 avatar

Watchers

James Cloos 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.