Docker : Installation and Basic Operations

Introduction

In this article, we will explore basic operations related to Docker. We will install Docker in an Amazon Linux instance. We will import Docker image and create container from the Docker image. We will also explore Docker Hub.

Continue reading “Docker : Installation and Basic Operations”

Working on Remote Git Branches

Introduction

In the previous post, we covered local branches — how to create them, work on them, and merge them back into the main branch.

In this article, we’ll explore how to work with remote Git branches. We’ll configure a remote repository, push local content to a remote branch, and later pull updates from the remote repository.

Continue reading “Working on Remote Git Branches”

Working on Local Git Branches

Introduction

Almost all version control systems offer branching, and it is one of the most powerful features they provide.

In this article, we’ll explore the basics of Git branching and how to work with local branches — particularly useful when using an IDE like VS Code.

Continue reading “Working on Local Git Branches”