Coder Social home page Coder Social logo

oderootieno / treemanagementsystem Goto Github PK

View Code? Open in Web Editor NEW

This project forked from idodin/treemanagementsystem

0.0 1.0 0.0 83.24 MB

A repository containing source code for the TreePLE TreeManagementSystem.

Java 73.10% JavaScript 19.94% HTML 0.29% Vue 6.65% Shell 0.02%

treemanagementsystem's Introduction

Project-09

General Information

This is a repository for the TreePLE Application created by Project Group 9 for the ECSE 321 Winter 2018 Course.

Website URL

http://ecse321-9.ece.mcgill.ca:8087/#/

Workflow Description

Each member has their own development branch. We did this with the following command (for future reference):

Please substitute imad with your development branch name

git checkout -b imad

We then pushed it, linking it by setting the 'upstream' (remote link) to the origin remote repository.

git push --set-upstream origin imad

Our work will proceed in the following way

Everyone will work on their own branches, commiting and pushing as they make changes. To be safe proceed in the following way everytime you start working:

git checkout imad

git pull

Do work

git add * (Or relevent files)

git commit -m "Commit Message"

git push

When you're done with the task you're trying to accomplish. Go to github and generate a Pull Request: (new Pull Request on repository homepage)

The base should be master and the compare should be your dev branch. Write a description of your pull request and link it the issue you're trying to solve by writing, for example, #11 in the comment body.

Let someone on the team review your code and then merge

You can then make a comment on the issue and once decided, we can close the issue if it has been solved.

If you need to update your branch with work that has been implemented on the master branch

First commit and push the work you've already done

git checkout imad

git add *

git commit -m "Commit Message"

git push

Create a pull request to grab changes from the master, but this time put the base as your dev branch and the compare as your master. Create a pull request with a message like "Updating dev branch with master changes" and merge it. There may be conflicts that you need to resolve.

You can now grab these changes locally by typing

git checkout imad

git pull

treemanagementsystem's People

Contributors

idodin avatar aehwany avatar nadamarawan avatar aljulanda9 avatar imbur 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.