Git Product home page Git Product logo

aspnetwebstack-1's Introduction

Clone of https://git01.codeplex.com/aspnetwebstack.git

This is a Mono copy of the Microsoft ASP.NET Web Stack (MVC, Razor etc) in order to make maintenance of the Mono version of those libraries easier.

Mono git submodules maintenance

Please read http://mono-project.com/Git_Submodules_Maintenance

Maintenance and development

These instructions are for developers working on code in this repository. End users do not need to be concerned with the procedures described below.

First clone the repository (do not do any development in the submodule directory in mono source tree).

In order to modify the upstream source code you need a way to interact with the upstream repository in order to fetch updates, cherry pick or merge them etc. To make it possible you need to add the upstream remote to your clone of the repository:

git remote add upstream https://git01.codeplex.com/aspnetwebstack.git

When there are upstream changes you're interested in merging, fetch them but do not apply them to the tree:

git fetch upstream master

You can replace 'master' with name of the remote branch you need to update from.

To merge all upstream updates into master, do:

git checkout master
git merge upstream/master

followed by

git push origin/master

After that is done and you're ready to make the changes visible to mono, go to your mono repository clone, make sure the submodules are initialized and up to date:

git submodule update --recursive --init

then go to he external/aspnetwebstack directory and get the changes:

git pull

Then go back to the top of your copy of mono repository and update the submodule reference:

git add external/aspnetwebstack
git push

aspnetwebstack-1's People

Contributors

adjames avatar anaisbetts avatar analogrelay avatar andreazevedo avatar bradolenick avatar bradwilson avatar davidfowl avatar davidmatson avatar djeebus avatar dotnetjunky avatar grabyourpitchforks avatar grendello avatar henrikfrystyknielsen avatar jbogard avatar khalidabuhakmeh avatar marcind avatar migueldeicaza avatar nberardi avatar patrickmcdonald avatar pranavkm avatar roncain avatar sebastienros 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.