Skip to content
TOP MENU

Modern DevOps Fundamentals

  • Contact Us
A crash course on Git Cloud Certifications Displaying commit history Exams of Cloud

Working with pull requests – Source Code Management with Git and GitOps

Aug 30, 2024 Ginger Dexheimer Comment on Working with pull requests – Source Code Management with Git and GitOps

A pull request is a request for merging a source branch to a base branch. The base branch is the branch where the reviewed code

Cloud Certifications Displaying commit history Exams of Cloud Pulling and rebasing your code

Git branches – Source Code Management with Git and GitOps

Jul 4, 2024 Ginger Dexheimer Comment on Git branches – Source Code Management with Git and GitOps

A Git branch is a copy of the code base (from where the branch is created) that you can independently modify and work on without

Displaying commit history Exams of Cloud Pulling and rebasing your code The matrix of hell

Pulling and rebasing your code – Source Code Management with Git and GitOps

Jun 22, 2024 Ginger Dexheimer Comment on Pulling and rebasing your code – Source Code Management with Git and GitOps

Pulling code involves downloading up-to-date code from the remote to your local repository. Rebasing means applying your changes on top of the latest remote commit.

Exams of Cloud Pulling and rebasing your code The matrix of hell What is DevOps?

Connecting the local repository to the remote repository– Source Code Management with Git and GitOps

May 19, 2024 Ginger Dexheimer Comment on Connecting the local repository to the remote repository– Source Code Management with Git and GitOps

You will need to add a remote entry using the following command to connect with the remote repository from the local repository: $ git remote

Exams of Cloud Pulling and rebasing your code The matrix of hell What is DevOps? Working with pull requests

Understanding remote repositories– Source Code Management with Git and GitOps

Apr 28, 2024 Ginger Dexheimer Comment on Understanding remote repositories– Source Code Management with Git and GitOps

Remote repositories are replicas of the Git repository at a central location for multiple people to access. This allows your developers to work on the

A crash course on Git Exams of Cloud The matrix of hell What is DevOps? Working with pull requests

Displaying commit history – Source Code Management with Git and GitOps

Mar 19, 2024 Ginger Dexheimer Comment on Displaying commit history – Source Code Management with Git and GitOps

Git keeps a history of all commits. To see a list of all commits that you’ve done, you can use the following command: $ git

A crash course on Git Cloud Certifications Displaying commit history Exams of Cloud

Working with pull requests – Source Code Management with Git and GitOps

Aug 30, 2024 Ginger Dexheimer 0
Cloud Certifications Displaying commit history Exams of Cloud Pulling and rebasing your code

Git branches – Source Code Management with Git and GitOps

Jul 4, 2024 Ginger Dexheimer 0
Displaying commit history Exams of Cloud Pulling and rebasing your code The matrix of hell

Pulling and rebasing your code – Source Code Management with Git and GitOps

Jun 22, 2024 Ginger Dexheimer 0
Exams of Cloud Pulling and rebasing your code The matrix of hell What is DevOps?

Connecting the local repository to the remote repository– Source Code Management with Git and GitOps

May 19, 2024 Ginger Dexheimer 0
Exams of Cloud Pulling and rebasing your code The matrix of hell What is DevOps? Working with pull requests

Understanding remote repositories– Source Code Management with Git and GitOps

Apr 28, 2024 Ginger Dexheimer 0
A crash course on Git Exams of Cloud The matrix of hell What is DevOps? Working with pull requests

Displaying commit history – Source Code Management with Git and GitOps

Mar 19, 2024 Ginger Dexheimer 0
Cloud Certifications Exams of Cloud The matrix of hell Working with pull requests

What applications should go in containers? – The Modern Way of DevOps-2

Oct 5, 2023 Ginger DexheimerComment on What applications should go in containers? – The Modern Way of DevOps-2

Let’s look at some use cases that are suitable for containerization to get a fair

A crash course on Git Displaying commit history Exams of Cloud Pulling and rebasing your code What is DevOps?

What applications should go in containers? – The Modern Way of DevOps-1

Sep 8, 2023 Ginger DexheimerComment on What applications should go in containers? – The Modern Way of DevOps-1

In your journey of moving from virtual machines to containers, you first need to assess

A crash course on Git Exams of Cloud Pulling and rebasing your code Working with pull requests

Testing – The Modern Way of DevOps

Jul 23, 2023 Ginger DexheimerComment on Testing – The Modern Way of DevOps

Testing containerized applications is an important step to ensure their functionality, performance, and compatibility. By

Cloud Certifications Displaying commit history Exams of Cloud The matrix of hell What is DevOps?

Container infrastructure design – The Modern Way of DevOps

Jun 14, 2023 Ginger DexheimerComment on Container infrastructure design – The Modern Way of DevOps

Container infrastructure design involves creating a robust and scalable environment to support the deployment and

A crash course on Git Cloud Certifications Displaying commit history Exams of Cloud

Migrating from virtual machines to containers – The Modern Way of DevOps

May 13, 2023 Ginger DexheimerComment on Migrating from virtual machines to containers – The Modern Way of DevOps

As we see the technology market moving toward containers, DevOps engineers have a crucial task

Cloud Certifications Displaying commit history Exams of Cloud Pulling and rebasing your code

Containers and modern DevOps practices – The Modern Way of DevOps

Mar 9, 2023 Ginger DexheimerComment on Containers and modern DevOps practices – The Modern Way of DevOps

Containers and modern DevOps practices are highly complementary and have transformed how we approach software

Displaying commit history Exams of Cloud Pulling and rebasing your code The matrix of hell

Container networking – The Modern Way of DevOps-2

Feb 18, 2023 Ginger DexheimerComment on Container networking – The Modern Way of DevOps-2

Before we delve into the technicalities of different kinds of networks, let’s understand the nuances

Exams of Cloud Pulling and rebasing your code The matrix of hell What is DevOps?

Container networking – The Modern Way of DevOps-1

Dec 27, 2022 Ginger DexheimerComment on Container networking – The Modern Way of DevOps-1

Containers are separate network entities within the OS. Docker runtimes use network drivers to define

Exams of Cloud Pulling and rebasing your code The matrix of hell What is DevOps? Working with pull requests

Container architecture – The Modern Way of DevOps

Nov 23, 2022 Ginger DexheimerComment on Container architecture – The Modern Way of DevOps

In most cases, you can visualize containers as mini virtual machines – at least, they

A crash course on Git Exams of Cloud The matrix of hell What is DevOps? Working with pull requests

Containers – The Modern Way of DevOps

Sep 24, 2022 Ginger DexheimerComment on Containers – The Modern Way of DevOps

This is where containers come into thepicture. Containers solve the matrix of hell without involving

Posts pagination

PrevPrevious page Page 1 Page 2 Page 3 NextNext page

Recent Posts

  • Working with pull requests – Source Code Management with Git and GitOps
  • Git branches – Source Code Management with Git and GitOps
  • Pulling and rebasing your code – Source Code Management with Git and GitOps
  • Connecting the local repository to the remote repository– Source Code Management with Git and GitOps
  • Understanding remote repositories– Source Code Management with Git and GitOps

Categories

  • A crash course on Git
  • Cloud Certifications
  • Displaying commit history
  • Exams of Cloud
  • Pulling and rebasing your code
  • The matrix of hell
  • What is DevOps?
  • Working with pull requests

Archives

  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • July 2023
  • June 2023
  • May 2023
  • March 2023
  • February 2023
  • December 2022
  • November 2022
  • September 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • December 2021
  • November 2021
June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« Aug    
A crash course on Git Cloud Certifications Displaying commit history Exams of Cloud

Working with pull requests – Source Code Management with Git and GitOps

Aug 30, 2024 Ginger Dexheimer 0
Cloud Certifications Displaying commit history Exams of Cloud Pulling and rebasing your code

Git branches – Source Code Management with Git and GitOps

Jul 4, 2024 Ginger Dexheimer 0
Displaying commit history Exams of Cloud Pulling and rebasing your code The matrix of hell

Pulling and rebasing your code – Source Code Management with Git and GitOps

Jun 22, 2024 Ginger Dexheimer 0
Exams of Cloud Pulling and rebasing your code The matrix of hell What is DevOps?

Connecting the local repository to the remote repository– Source Code Management with Git and GitOps

May 19, 2024 Ginger Dexheimer 0
Exams of Cloud Pulling and rebasing your code The matrix of hell What is DevOps? Working with pull requests

Understanding remote repositories– Source Code Management with Git and GitOps

Apr 28, 2024 Ginger Dexheimer 0
A crash course on Git Exams of Cloud The matrix of hell What is DevOps? Working with pull requests

Displaying commit history – Source Code Management with Git and GitOps

Mar 19, 2024 Ginger Dexheimer 0
Copyright © 2025 kereeseround. Powered by kereeseround Themes