Document

SUBSCRIBE TO GET FULL ACCESS TO THE E-BOOKS FOR FREE 🎁SUBSCRIBE NOW

Professional Dropdown with Icon

SUBSCRIBE NOW TO GET FREE ACCESS TO EBOOKS

Category Git

Tutoriels Git et GitHub : installation, configuration, workflow, branches, merge, rebase, reset, revert, stash, tags et cherry-pick expliqués avec exemples.

Fichier .gitignore - robot bleu dans un desert orange avec circuits

Git Assignment

Git and GitHub Assignment ABC is a software company and you have been hired as Sr DevOps Engineer and you have to implement DevOps Lifecycle for a certain number of projects.

Creer un compte GitHub - poulpe GitHub avec serveurs et conteneurs sur fond beige

Git Tags

Tags are used for defining the version or release of your code.

Etapes d installation de Git - robot bleu et composants sur fond sable

Git Worktree

A Git worktree is a linked copy of your Git repository, allowing you to have multiple branches checked out at a time.

Commande git reset - robot bleu assis dans un decor cinematique orange

Git Stash

Stashing takes the dirty state of your working directory — that is, your modified tracked files and staged changes — and saves it on a stack of unfinished…

Version Control System - robot bleu qui demonte un appareil sur fond beige

Git Cherry-pick

Git Cherry-pick is a powerful command that enables arbitrary Git commits to be picked by reference and appended to the current working HEAD.

Commandes du workflow Git - petit robot bleu sur fond orange lumineux

Git Remote Branches

Git - Create Remote branches Once you are having different branches on the local Repository then you can push the code changes to respective branches on Github…