Refactor workshop#40
Conversation
359205d to
45b4ce8
Compare
CristianAndrei1423
left a comment
There was a problem hiding this comment.
Good, like the changes from the feedback I gave you.
| 1. Look at the commit for the initial C Hello program: | ||
|
|
||
| ```console | ||
| git show 7fd6e9290dddc2ae799ae5df684668a7d16e87f3 |
There was a problem hiding this comment.
Couldn't it be that the hash will be different for each participant?
There was a problem hiding this comment.
No because it`s already pushed with its hash.
|
@lupsalexandra33 @mateistanuca1 Also left inline comments but asking here as well. Isn't everything in the |
|
@razvand what do you think? |
d6ba1a0 to
de204a4
Compare
@razvanvirtan , it depends. Yes, you could output the same thing, but maybe you want to have control over the order of commits. Also, we are, as @lupsalexandra33 said, more focused on the learning part of |
de204a4 to
3067b4f
Compare
I did the following changes:
- Modify README
- Add Git Advanced walkthrough (rebase, cherry-pick, reset)
- Add helper scripts and release tagging
- Common script for resetting the repository
Signed-off-by: Lupsa Alexandra <alexandra.lupsa1103@stud.acs.upb.ro>
3067b4f to
8f71bc7
Compare
I did the following changes:
- Modify README
- Add Git Advanced walkthrough (rebase, cherry-pick, reset)
- Add helper scripts and release tagging