We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c769c commit 40d472bCopy full SHA for 40d472b
Anirudh/missing_semeter_git/question3/1.png
34.5 KB
Anirudh/missing_semeter_git/question3/2.png
103 KB
Anirudh/missing_semeter_git/question3/3.png
90.4 KB
Anirudh/missing_semeter_git/question3/4.png
236 KB
Anirudh/missing_semeter_git/question3/solution.md
@@ -0,0 +1,13 @@
1
+# Question 3
2
+
3
+## What happens when you do git stash?
4
+It temporarily shelves your modified tracked files
5
6
+## What do you see when running git log --all --oneline?
7
+You see a summary of all commits across all branches,one line at a time
8
9
+## What does git stash pop do?
10
+It reapplies the last stashed changes and removes them from the stash stack.
11
12
+## 💡 When is this useful?
13
+When you need to quickly switch branches or pull latest changes
0 commit comments