Coder Social home page Coder Social logo

projectorange's Introduction

Project Orange

Author: Group Orange

Version: CS4250 (2014)

Website: https://github.com/salvador303/ProjectOrange

Requirements

Git

Help

man git <command>

Cloning/copying the repo to your machine

git clone < repo address >

Creating your own feature branch

Getting the latest base code.

git checkout develop

Create a new branch with the name feature/

git checkout -b feature/<something your working on>

Now your ready to make changes to the code.

Reveiew your changes, by comparing current and privious versions

For a specific file

git diff <name of file | path and name of file>

For all files

git diff

Creating a commit (saving your code)

When changes are complete, or you would like to save them in the repo

Stage all changes for commit

git add -A

Create a commit

git commit -m "<your message>"

Reviewing last commit

git log -1

Getting the branch Name

Get your branch name before you push, copy your branch name

git branch

Pushing to the repo

Push to the repo, you can paste your branch name from above

git push origin feature/<something your working on>

Create Pull Request

  1. Go to the repo website, and click on pull request.
  2. Click on, New pull request.
  3. Add the teammebers to do a code reviews.
  4. Submit, Done, or whatever it is.

Git Tutorial/links

Basic Git commands

https://confluence.atlassian.com/display/STASH/Basic+Git+commands

Tutorial on how to manipulate commits

http://pcottle.github.io/learnGitBranching/

Git flow

http://nvie.com/posts/a-successful-git-branching-model/

Pro Git

http://git-scm.com/book

Licence

projectorange's People

Contributors

menendez-oscar avatar salvador303 avatar

Watchers

 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.