Skip to content

Commit 40d472b

Browse files
committed
added solutions
1 parent 96c769c commit 40d472b

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed
34.5 KB
Loading
103 KB
Loading
90.4 KB
Loading
236 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)