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 .gitignore File

In the .gitignore (hidden) file we add those entries of the files which are not part of the git local repo but these files are present in your git working directory.

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

Git Revert Command

Git Revert Command will undo the changes for a particular commit and unlike git reset command it will not delete the commit details.

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

Git Reset Command

It is used to delete the recent commits ( Like last commit or last 2 commits etc.) and with the help of this command's options, you can reset the state of commits to untracked or stage area.

Git systeme de gestion de versions distribue - renard et poulpe sur le sable

Git Squash

Git Squash commit To squash in Git means to combine multiple commits into one.

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

Git Workflow Commands

Below is the example for git workflow and it shows the different stages with git commands to manage local and global repositories (I am using Git Lab but you…

Configuration de Git - robot bleu qui configure un appareil sur fond clair

Git Configuration

Git Configuration is a convenient way to set up the global or local configuration for a git project.

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

Git Installation Steps

Git Installation Steps git It is a version control system for tracking the changes in the source code on the local OS.