Giter Club home page Giter Club logo

groupproject's Introduction

groupProject

GITHUB FLOW

  1. From Master: Git Pull (this will bring in the latest code down)
  2. git checkout -b name the branch

——————— once finished with feature ————————— 3. commit everything (git add/commit) 4. git checkout master 5. git pull —> this checks whether master has been changed since create branch. 6. git checkout 7. git merge master 8. git push origin -u 9. open pull request (tell mentor I've open pull request)

git branch -d

——— fix merge conflict ———— <<<<HEAD

this is will be my code

master

this is there other coders

To Start Working On the Project

  1. Fork/Clone to your local drive/machine.. $git clone https://github.com/CloneWellsFargoChase/groupProject.git

  2. Create a new branch.. $git checkout -b

  3. Run 'npm install' to install all package dependencies.. $npm install

  4. Run 'npm start' to view in browser.. $npm start

  5. REBASE often!!!.. $git pull

To Commit Changes Locally

  1. Run git status to check for local changes.. $git status

  2. Add files to commit.. $git add .

  3. Commit changes to local directory with the following structure.. $git commit -m 'finished: insert-text-here'

To Commit Changes To Github

  1. Run git remote -v to determine upstream name. Validate for exact match to the name and path below.. $git remote -v

    origin https://github.com/CloneWellsFargoChase/groupProject.git (fetch)

    origin https://github.com/CloneWellsFargoChase/groupProject.git (push)

  2. Run git push origin .. $git push origin test-branch

  3. Merge request to be approved by approver(Dallin).

  4. Delete your local branch and REBASE once merge has been approved.

Rebasing

  1. Checkout to local master branch.. $git checkout master

  2. Rebase with remote master.. $git pull

  3. Switch to local branch.. $git checkout branch-name

  4. Merge local branch with master.. $git merge master

Bugs/Defects/Errors -- Please raise any issues/concerns/bugs in the issues tab --

groupproject's People

Contributors

ptxd avatar vostersc avatar dallin-r-parker 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.