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

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 DexheimerComment 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

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 DexheimerComment 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

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 DexheimerComment 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

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 DexheimerComment 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

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 DexheimerComment 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

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

Staging code changes – Source Code Management with Git and GitOps

Feb 17, 2024 Ginger DexheimerComment on Staging code changes – Source Code Management with Git and GitOps

Git allows developers to stage their changes before they commit them. This helps you prepare

A crash course on Git Cloud Certifications Displaying commit history Exams of Cloud Working with pull requests

A crash course on Git – Source Code Management with Git and GitOps

Jan 25, 2024 Ginger DexheimerComment on A crash course on Git – Source Code Management with Git and GitOps

Git is the most popular source code management system available these days, and it has

Displaying commit history Exams of Cloud What is DevOps? Working with pull requests

What is source code management? – Source Code Management with Git and GitOps

Dec 16, 2023 Ginger DexheimerComment on What is source code management? – Source Code Management with Git and GitOps

In the previous chapter, we looked at the core concepts of modern DevOps, had an

A crash course on Git Cloud Certifications Exams of Cloud Pulling and rebasing your code The matrix of hell

Breaking the applications into smaller pieces – The Modern Way of DevOps

Nov 2, 2023 Ginger DexheimerComment on Breaking the applications into smaller pieces – The Modern Way of DevOps

You get the most out of containers if you run parts of your application independently

Posts pagination

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
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« 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