-
-
Notifications
You must be signed in to change notification settings - Fork 929
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
Episode 3 suggests to use git status before initializing a repo, but does not show that #685
Comments
And also, Episode 4 first uses |
…pentry#685) - actually teach the good practice of running ``git status`` before ``git init`` to avoid nested repositories - be clear that ``git status`` is introduced in Episode 3, not 4 - show the contents of a .git sub-directory - minor re-wordings in Episode 3
I agree. The solution to "Places to Create Git Repositories" is a little confusing because the command |
If I understood the changes correctly, yes! I think those are great! |
In preparation of the new workbench lesson infrastructure, #686 was closed with comments which I will echo here: PRs should be limited to one issue per PR. The submitted PR attempted to do many things, and so the original issue - introducing Feel free to submit a solution to move |
For clarification, I usually introduce |
Coming from #977, if I understand correctly, introducing
and a variation of the next depending on which shell the learner is using:
The first will also require relocating one lesson |
I like the stress you place on the command. I'd just be a bit hesitant to place it in Episode 2 as that one is already extremely packed. I'm proposing #980. |
Stress the importance of `git status` (#685)
Auto-generated via {sandpaper} Source : 6b470fd Branch : main Author : Martino Sorbaro <[email protected]> Time : 2024-07-03 13:10:49 +0000 Message : Merge pull request #980 from jdvorak001/patch-1 Stress the importance of `git status` (#685)
Auto-generated via {sandpaper} Source : eefd47c Branch : md-outputs Author : GitHub Actions <[email protected]> Time : 2024-07-03 13:11:46 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 6b470fd Branch : main Author : Martino Sorbaro <[email protected]> Time : 2024-07-03 13:10:49 +0000 Message : Merge pull request #980 from jdvorak001/patch-1 Stress the importance of `git status` (#685)
In a solution to a challenge in Episode 3 we say it would be good practice to check the status of the current directory just before issuing
git init
. But this practice is not actually shown in the lesson.As a side-effect, the lesson actually introduces
git status
without being explicit about it.I find this a bit underhands.
The text was updated successfully, but these errors were encountered: