Skip to content

Refactor workshop materials for clarity#6

Open
elisaarghir wants to merge 1 commit into
rosedu:mainfrom
elisaarghir:elisaarghir/refactor-workshop-git
Open

Refactor workshop materials for clarity#6
elisaarghir wants to merge 1 commit into
rosedu:mainfrom
elisaarghir:elisaarghir/refactor-workshop-git

Conversation

@elisaarghir

Copy link
Copy Markdown

Changes made:

  • Add working directory → staging area → repository diagram at the start
  • Add git init section with hands-on folder exercise
  • Add git stash section with practical use cases
  • Remove overly complex commit commands to keep workshop beginner-friendly

Comment thread images/git-flow.png

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elisaarghir Arrows on this image should have the same direction. git add only moves files from the working directory to the staging area, you need git restore for the opposite direction. Same thing for git commit. So direction should be:

workind directory -> git add -> staging area -> git commit -> repository

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@razvanvirtan Fixed the arrow directions and updated the image so the flow goes consistently from working directory → staging area → repository.

Comment thread README.md Outdated

@CristianAndrei1423 CristianAndrei1423 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've left a comment on README.md, please review it.

@andrei-popovici-dev andrei-popovici-dev self-requested a review June 22, 2026 08:33
Changes made:

* Add working directory → staging area → repository diagram at the start
* Add git init section with hands-on folder exercise
* Add git stash section with practical use cases
* Remove overly complex commit commands to keep workshop beginner-friendly
* Changed Git image to show the exact flow of commands
* Removed c-hello/ references in README.md
Signed-off-by: Arghir Elisa-Elena <arghirelisaelena@gmail.com>
@elisaarghir elisaarghir force-pushed the elisaarghir/refactor-workshop-git branch from be39db4 to e5f8376 Compare June 22, 2026 13:38
@CristianAndrei1423 CristianAndrei1423 self-requested a review June 22, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants