15.07.2020 | 

Webinar: Git started – verteilte Versionsverwaltung mit Git

Setzen sie Git bereits ein und fühlen sich unsicher in der Verwendung oder ist Git neu für Sie? Im Webinar am 15. Juli 2020 erklärte Yannick Baron das Konzept hinter Git und illustrierte die Verwendung im Day-to-Day-Business, um ein fundamentales Verständnis zu vermitteln. Auch Every-Day-Benutzer konnten noch das Eine oder Andere dazu lernen.

Denn Versionskontrolle ist ein Muss in jedem Projekt, ob groß oder klein, professionell oder privat. Git wurde 2005 ins Leben gerufen und ist eines der populärsten Systeme zur verteilten Versionsverwaltung. Lernen Sie Git (besser) kennen in Yannick Barons Webinar.

Mehr Beiträge zu Git, Tools
Yannick Baron ist Architekturberater bei Thinktecture mit einem Fokus auf Angular und RxJS.

Moderation

Gøran Homberg

Gøran Homberg

Gøran Homberg ist Consultant bei Thinktecture und arbeitet mit unseren Kunden bzgl. deren Anforderungen, Projektansätzen und zugehörigem Projekt-Management.

Agenda

  • Motivation: Warum Versionsverwaltung?
  • Initialisierung
  • Datastructure: Tree
  • Branching & Reintegration
  • Resetting
  • Remotes & Empfangen von Änderungen
  • Beheben von Konflikten
  • Plattformen und Lernmöglichkeiten
  • Q&A

Material & Video zu
"Git started - verteilte Versionsverwaltung mit Git"

Links aus dem Webinar:

Sie wünschen sich Unterstützung durch unsere Experten in Ihrem Projekt?

Slidedeck zu "Git started - verteilte Versionsverwaltung mit Git"

Kommende Webinare: jetzt kostenlos anmelden

@ngrx/signals: Reaktives State-Management auf Komponentenebene

Yannick Baron | 03.04.2024 | 10:30 Uhr

Transparente AI: Tracing- und Debugging-Techniken für LLM-Anwendungen

Marco Frodl | 17.04.2024 | 10:30 Uhr

Weitere Artikel zu Git, Tools

Tools
sg

Git Fixup: Wie repariere ich meine Historie?

Git gibt uns mit der fixup-Option eine einfache aber effektive Möglichkeit, kleine Versäumnisse nachträglich so zu korrigieren, dass sie gar nicht mehr auffallen. Wie das genau geht, wollen wir in diesem Artikel erforschen. Mein Kollege Yannick Baron hat in seiner englischen Artikelserie zu Git bereits den interactive Rebase behandelt. Dort hat er auch die Möglichkeiten des fixup kurz angesprochen. Hier wollen wir uns etwas intensiver mit diesem Feature befassen.
07.10.2021
Tools
yb

Rebase Onto – When Dropping Commits Makes Sense: Git In Practice – Part 3

In the previous articles of this series, I showed you some of the capabilities of interactive rebase. I mentioned that you can also drop commits when rebasing. In this article, I would like to demonstrate scenarios in which that makes sense and a short-cut to achieve what we want.
26.01.2021
Tools
yb

Interactive Rebase: Git In Practice – Part 2

Once you are comfortable with rebase, it is time to step up your game with interactive rebase. As introduced in the previous article, rebasing involves taking multiple commits and applying them to a base tip. In an interactive rebase, we have a lot more control over what we want to do with the affected commits. Some of the options include re-ordering the commits, rewording a commit message, dropping commits, merging several commits into a single one, and editing a past commit.
11.12.2020
Essentials
yb

Code Quality: Automate Linting, Formatting And More By Sharing Git Hooks

There he is. Bob. The new guy in the office. Time to on-board him onto the flagship project of the company. Sounds like a job for Kevin. Kevin helps out Bob to get setup. Providing him with the appropriate access rights, cloning the repository, and making sure Bob's seat is nice and comfy. After Bob has the project up and running, it is his time to shine and work on the first ticket. He fires up his IDE, touches a couple of files, resolves the issues, commits, pushes, and opens up a merge request for Kevin to review.
25.11.2020
Tools
yb

Demystifying Git Rebase: Git in Practice – Part 1

Working with git every day as our software of choice for version control, I always try to point out that familiarity with our toolset is important. The more comfortable you are with git, the easier it will be to integrate changes and follow their history.
12.11.2020
API
favicon

Fiddler In Action: Mocking And Manipulating API Behavior With A Local Proxy Server – Part 5

In this five-part article series, you learn how to manipulate your API behavior with a local proxy server. So far, this series has covered an introduction, taught you how to set up and configure Charles Proxy, and you have seen it in action. After presenting the Fiddler setup, we will now take a look at it in action.
20.10.2020

Unsere Webinare

Unsere Artikel

Mehr über uns