17- Git Detach HEAD [Arabic]

Описание к видео 17- Git Detach HEAD [Arabic]

Learn how to navigate HEAD Git using switching , checkouts , branches, commit hashes, and reflog. Understand how to navigate through your commit history efficiently.

git checkout bugfix
git switch --detach bugfix
git branch --list
git branch BugFix
git branch -f bugfix HEAD
git branch -m mean dev
git merge bugfix
git merge --abort
git log --oneline --graph --all
git logn --oneline --graph --reflog
git status


See what else you can learn about Git:
   • 17-  Git Detach HEAD [Arabic]  

   • 16- Git Squash fast-forward Branches,...  

   • 15- Git Squash Parallel Branches, The...  

   • 14- Git Merge Fast Forward: Seamlessl...  

   • 13- Git Merge 3-way: Seamlessly Combi...  

   • 12- Mastering Git Branches: Create, S...  

   • 11- Git Basics: Essential Commands fo...  

   • 10- Mastering Git Configuration: Deta...  

   • 9- Install Git on Windows with clarif...  

   • 8- Git Snapshot Storage Mechanism (Pa...  

   • 7- Git Snapshot Storage Mechanism (Pa...  

   • 6- How Git Keeps Track Data: hashing,...  

   • 5- Git Snapshots vs. Delta-Changes [A...  

   • 4- What's Distributed Version Control...  

   • 3- What's Centralized Version Control...  

   • 2- What's Local Version Control Syste...  

   • 1- Why Git is Essential | Pre-Version...  
Please Follow Me :
  / discord  
  / orabidev  

Комментарии

Информация по комментариям в разработке