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>
3520 visits
Outline:- About stashing - Creating stashes - Applying stashes - Deleting a stash - Removing all the stashes at once
- About stashing - Creating stashes - Applying stashes - Deleting a stash - Removing all the stashes at once
Show video info
Pre-requisite