Anirudha Mahaleanirudhamahale.hashnode.devยทAug 26, 2024Git Stash Basics1) To Stash all the files including untracked files git stash push -u -m "message" 2) To View all the stash git stash list 3) To apply a stash git stash apply stash@{0}Git CommandsAdd a thoughtful commentNo comments yetBe the first to start the conversation.