-
Notifications
You must be signed in to change notification settings - Fork 6
Gershoz's README file with full solution #25
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
Added some 'Enter' to some lines to fit them in the window.
| @@ -0,0 +1,118 @@ | |||
| ------------------------------------------------ | |||
| 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.
very good!
| $ git checkout main | ||
| $ git checkout -b feature/lambda_migration2 | ||
|
|
||
| The files .env and config.json were added |
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
|
|
||
| $ git checkout feature/lambda_migration2 | ||
|
|
||
| The take.txt file has been deleted, |
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
|
|
||
| $ git checkout reset_question | ||
|
|
||
| $ git reset --soft HEAD~1 |
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.
What does each one of reset methods mean (soft, hard, mixed etc..)?
This is my full solution from ground zero.
Sorry for sending it late I encountered some unexpected errors in the process,
Hope you're satisfied with my solution.