Hello,I made some changes to chapter-three branch and without committing the changes when I am switching to master branch then I am not getting any error as stated in the stashing and cleaning video , below is the log for the same : PS C:\Users\mohit\mywebpage> git statusOn branch chapter-threeChanges not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: mypage.html modified: mypage.html.txtUntracked files: (use "git add <file>..." to include in what will be committed) hostory.htmlno changes added to commit (use "git add" and/or "git commit -a")PS C:\Users\mohit\mywebpage> git checkout masterSwitched to branch 'master'M mypage.htmlM mypage.html.txtPS C:\Users\mohit\mywebpage>
344 visits
Outline:- Stashing என்றால் என்ன - Stashகளை உருவாக்குவது - Stashகளை செயல்படுத்துவது - Stashஐ நீக்குவது - ஒரே நேரத்தில் எல்லா stashகளையும் நீக்குவது
- Stashing என்றால் என்ன - Stashகளை உருவாக்குவது - Stashகளை செயல்படுத்துவது - Stashஐ நீக்குவது - ஒரே நேரத்தில் எல்லா stashகளையும் நீக்குவது
Show video info
Pre-requisite