Giter Club home page Giter Club logo

webeng2014's Introduction

Web Engineering 2014-2015

This is the repository that we will use for uploading all the assignments for course 2014-2015.

Theory

Source code:

Lab

Set up git

This is a git repository. First, you’ll need to sign up for an account on GitHub.com. Install git for Windows, Mac or Linux as needed. Next, in your console type:

$ git config --global user.name "Your Name Here"
$ git config --global user.email "[email protected]"
$ git config --global push.default simple

Next steps you must configure your preferred way to connecting GitHub: HTTPS (tutorial) or SSH (tutorial). Now you can create your own online repository on GitHub (tutorial)

Fork this repository

Forking this repository is very easy. First click on the right-top corner of the page Fork. That's it! Next you need to keep your fork synced. We assume here that you have set up git in your computer.

$ git clone https://github.com/YOUR-GITHUB-USERNAME/WebEng2014
$ cd WebEng2014
$ git remote add upstream https://github.com/UNIZAR-30246-WebEngineering/WebEng2014.git

Keep synced this repository

Do the following steps to keep your repo synced.

$ cd WebEng2014
$ git fetch upstream
$ git checkout master
$ git merge upstream/master

Upload your changes

First add your changes into your local repository:

$ cd WebEng2014
$ git add -A
$ git commit -m "A CONSISE DESCRIPTION"

And then push them to your online WebEng2014 repository in GitHub:

$ git push

Finally, you must make a pull request. Go to your WebEng2014 repository in GitHub and click on the green icon on the left. Create a pull request so that we can check your changes and accept them in this repository. If everything is ok, your changes will be added. If not, you will receive a message explaining why not.

webeng2014's People

Contributors

fjlopez avatar recuencojones avatar gginestra avatar javiertello avatar jorgeizquierdo avatar adriangp avatar daniegarcia254 avatar oscargonles avatar ivanpinos avatar gbarrerassanz avatar jorgegaruz avatar charliemc avatar pablooli avatar alberto-blasco avatar scamposb avatar berbel92 avatar jgbarcos avatar ivelate avatar xuvez avatar iartero avatar marcelasimao avatar valarion avatar

Watchers

 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.