Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions community-board.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Add your takeaway below! This is the "challenge path" from the GitHub 101 articl

<!-- Add your takeaway below this line -->


## ivanlac's Takeaway

I wasn't aware of the difference between stashing and committing. Learning those two different functions and when to use them is quite helpful.

**Stashing** lets you temporarily save changes without creating a commit — useful when you need to switch branches quickly but aren't ready to commit yet.

**Committing** is a permanent snapshot of your work with a message explaining what changed.

Understanding when to use each one makes the Git workflow much clearer!

### @prithviguruprasad

One thing I learned from GitHub 101 is that it's structured similarly to Google Drive, which made it much easier and less daunting to understand.
Expand Down