Skip to content
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

Do not mention branches while creating the first repository? #983

Open
alpkaanaksu opened this issue Mar 7, 2024 · 0 comments
Open

Do not mention branches while creating the first repository? #983

alpkaanaksu opened this issue Mar 7, 2024 · 0 comments

Comments

@alpkaanaksu
Copy link

How could the content be improved?

The setup episode includes configuring the git environment and setting the deafult branch to 'main'. The lesson for creating the first repository uses git checkout -b main again, to make sure that we are in the 'main' branch.

This might not be necessary since we already do the configuration step in the previous episode. This forces us to talk about branches prematurely in a context where we want to focus on creating new repositories and the .git directory. This might confuse some learners. If we mention branches, we also need more time to explain them, which would shift the focus of this episode.

Which part of the content does your suggestion apply to?

https://swcarpentry.github.io/git-novice/03-create.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant