Description for git checkout was missing. Added one with two examples.
Description for git checkout was missing. Added one with two examples.
Steven/dev-tools-course:git_checkout into main Description for git checkout was missing. Added one with two examples.
@ -38,6 +38,22 @@ if you want to stage all changes.
## git checkout
This command enables you to switch to another branch or to a previous commit.
You can also checkout to newer commits if you are on older ones.
Therefore, I would replace to a previous commit with to another commit.
I changed the description to your suggestion.
There is a another now. a should be removed :)
removed it in this commit: 697d211a76
Perfect, thanks 😃
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?