-
Notifications
You must be signed in to change notification settings - Fork 6
adding my README.txt to 07_:git_exercises #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| @@ -0,0 +1,126 @@ | |||
| ----------------Git Basics (commit, diff, branches)---------------- | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great
| 4)merge branch 'feature/version2' into 'feature/lambda_migration' | ||
| (popup window conflict) | ||
|
|
||
| 5)First I click All to merge all changes (for which there is no any conflict) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
| 'Merge branch 'feature/version1' into feature/lambda_migration' | ||
| 'Merge branch 'feature/version2' into feature/lambda_migration' | ||
|
|
||
| --------------------------cherry-pick------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very good
| 5)The reason it is important to use cherry-pick in the correct order | ||
| because commits, are related to each other. | ||
|
|
||
| --------Changes in working tree and switch branches------ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
|
|
||
| 6) I have checked out to the last branch and there are no changes. | ||
|
|
||
| ------------------------Reset----------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good!
No description provided.