In this video, we will dive into using git stash commands. git stash temporarily (stashes) changes you've made to your working copy so you can work on something else, and then come back and re-apply them later on. Stashing is handy if you need to quickly switch context and work on something else, but you're mid-way through a code change and aren't quite ready to commit.
Basic Commands:
git stash list
git stash apply stash@{1} : apply particular stash
git stash drop stash@{2} : clear particular stash
git stash clear : to clear all stash
Git Official website:
https://git-scm.com/
Support my work:
https://www.buymeacoffee.com/iyyappanmd
Git & GitHub Tutorial for Beginners Playlist:
• Git & GitHub Tutorial for Beginners
Ansible Full Course Playlist:
• Ansible for Absolute Beginners - Linu...
AZ-104 Microsoft Azure Administrator course Hands-On Labs for all modules Playlist:.
• AZ-104 - Microsoft Azure Administrato...
AZ-305 Microsoft Azure Solutions Architect Expert Playlist:
• AZ-305 - Microsoft Azure Solutions Ar...
Windows Server 2019 Hybrid and Azure IaaS Playlist:
• Windows Server 2019 Hybrid and Azure ...
PowerShell Tutorial. Automating Administration with windows PowerShell Official Microsoft courseware Playlist:
• Automating Administration With Window...
PowerShell Hands-On Labs Playlist:
• Hands-On Lab-Automating Administratio...
Windows Server 2016 Playlist:
• Windows Server 2016-MCSA
📌 Subscribe to @AComputerGuru channel for more videos.
/ acomputerguru
📲 Follow us on Social Media:
► YouTube: / acomputerguru
►Facebook: / acomputerguru4u
►Twitter: / acomputerguru4u
► Instagram: / a_computer_guru
#Git #AComputerGuru #GitHub #DevOps #VersionControl #HowTo #Linux #Branch #GitCheckout