GithubHelp home page GithubHelp logo

tfe22-2's Introduction

Informatik 3

Begleitprojekt für Informatik 3 im Kurs TFE22-2 an der DHBW Ravensburg Campus Friedrichshafen

WICHTIG Bitte verwenden sie zur Entwicklung die vorgefertigten Umgebungen.

Prepared Environments

Open in GitHub Codespaces

Synchronisation des eignen Forks

Es wird davon ausgegangen, dass Sie einen Fork angelegt haben und von diesen geklont haben. Damit entspricht Ihr Fork der Bezeichnung origin. Siehe hierzu auch die Hinweise in der ersten Übungsaufgabe.

Um die aktuellen Änderungen in die lokale Kopie des tfe22-2 Repository zu übertragen sollten Sie zunächst ein git fetch durchführen

git fetch upstream

Nun checken wir die lokale Kopie des zu synchronisierenden Branches aus, in unserem Fall der main Branch. Dieser Schritt kann entfallen falls wir bereits schon auf dem main Branch sind. Das können Sie mit git branch -a prüfen.

git checkout main

Der Befehl git pull aktualisiert nun den lokalen Branch.

git pull upstream main

Sollte es hierbei zu einem Konflikt kommen haben Sie eventuell versehentlich lokale commits auf Ihrem main Branch durchgeführt. Das sollten Sie tunlichst vermeiden.

Im Erfolgsfall müssen jetzt nur noch die Daten in Ihren Fork gepusht werden:

git push origin main

Übungsaufgaben

Hilfreiche Links

tfe22-2's People

Contributors

christianege avatar graugans avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  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.