DevOps and Development

Git List Tags

August 25, 2022

Git tags highlight specific points in a project development history. Listing tags allows you to quickly find a specific commit or project version. This tutorial shows how to list local and remote Git tags.

Read more

How To Pull The Latest Git Submodule

August 17, 2022

With submodules, other Git sources can be used in a project without having to copy the code into the project tree. This tutorial will show you how to pull the latest Git submodule.

Read more

Git Push Tag to Remote Guide


Follow this guide to learn to create and push local Git tags to a remote repository. See examples for pushing single, multiple, or all existing local tags to a remote repo.

Read more

How To Delete Git Tag

August 15, 2022

Git tags mark particular points in a project's history. This tutorial shows how to delete a local and remote tag to keep your repository clean.

Read more

Kubernetes Objects Guide

August 11, 2022

One of the most important ways in which Kubernetes administrators interact with the platform is by creating and managing Kubernetes objects. This guide offers a detailed overview of Kubernetes objects, analyzes their structure and provides useful object management tips.

Read more

Git Rename Tag Guide


Git tags are specific reference points in a project's development. This tutorial shows how to rename a Git tag in a local or remote repository.

Read more

Git Create Tag Guide

August 10, 2022

Git tags denote specific points in a project's Git history. This tutorial shows how to create Git tags.

Read more

How to Restore a Git Repository

August 1, 2022

Deleted or overwritten a repository? No backup? Don't worry just yet, this guide covers some steps to try and restore the repository.

Read more

Kubernetes Use Cases

July 28, 2022

The use cases for container orchestration solutions go beyond the simple need to automate deployments. This article analyzes a broad range of Kubernetes use cases, from the platform’s role in managing microservices, to its utilization in machine learning,

Read more

How to Install Java on Mac

July 21, 2022

Java Development Kit (JDK) comes with the Standard Edition of the Java API and a collection of components for running Java applications called Java Runtime Environment (JRE). This article shows you how to install the JDK and the JRE on macOS.

Read more
1 18 19 20 21 22 46