Conventional commits adalah aturan commit yang baik dan benar dengan menambahkan prefix pada awal message commit. Sebenarnya tidak ada aturan yang mengharuskan untuk menggunakan conventional messages....
Hey devs! 👋
We all know the basics: git clone, git commit, git push...
But Git has superpowers most people don't use! 💥
Let's dive into some advanced Git commands that'll seriously upgrade your ...
Docker is a powerful tool that simplifies application deployment by using containers. This guide will walk you through the basics of Docker, from installation to pushing your first image to Docker Hub...
Hello, learners!Over the last few days, I’ve been diving into Docker, and I’m excited to share my journey with you. In this post, I’ll walk you through my experience from Day 2 and Day 3 of my D...
STEP-BY-STEP GIT COMMANDS EXECUTION:Initialize a Git repository:
git init
Creates a new Git repository in the folder 24MCR056.Add a file to staging area:
git add 24MCR056.txt
Adds 24MCR056.txt...
The guide would can be used for a begginner who wants to store their code in github for future refrences and portfolio buildingAfter the creation of a github account and have a code you want pushed to...
Step-by-Step Git Commands Execution:
Initialize a Git repository:
git init
Creates a new Git repository in the folder 24MCR002.Add a file to staging area:
git add 24MCR002.txt
Adds 24MCR0...
Introduction
This document explains how to set up a script to switch between multiple Git users easily. The script allows you to switch between different configurations, such as Developer, Fr...
Git is the backbone of almost every modern development workflow.
Yet, many projects suffer from messy commit histories, confusing branches, and lost productivity — simply because of poor Git practic...
Introduction
Dans un monde en perpétuelle évolution où les situations d’urgence peuvent survenir à tout moment, il est essentiel de disposer d’une plateforme fiable permettant aux utilisateurs...