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

New words for the vocabulary #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

New words for the vocabulary #9

wants to merge 4 commits into from

Conversation

edualfaro
Copy link

Hope them(words) helps ;-D

@colevandersWands
Copy link
Member

@edualfaro , this is a nice long list! It's a great starting point for others to build on.

One small change, could you move your list to a separate file named git.md or something like that? separate files for different topics will make it easier to navigate and keep the files shorter

@edualfaro
Copy link
Author

For sure @colevandersWands I will move to another .md file. Before the pull request I was think what will be the best way for adding new vocabulary, in the same file and then later create "some kind of Index", or by different files. Thank you for the explanation. I will close this pull request.

@colevandersWands
Copy link
Member

@edualfaro , you don't need to create a new PR. You can always make changes on the same branch and push the changes. the PR will update.

The idea of a PR is that it adds one change and gives everyone a single place to discuss those changes before they're merged. Refactoring from the README to a separate file is still part of the same change

@edualfaro
Copy link
Author

Ok @colevandersWands, trying to understand everything...
I think I did all the needed changes, commited them in the PR, and I saw, only one file will be modified/added.

@gelilaa gelilaa requested review from gelilaa and removed request for colevandersWands October 7, 2021 11:23
gelilaa
gelilaa previously approved these changes Oct 7, 2021
Copy link
Member

@gelilaa gelilaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Copy link
Member

@colevandersWands colevandersWands left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe something more specific like where is the repository stored? (GItHub) Where is the copy created? (another account)

## Fetch
By performing a Git fetch, you are downloading and copying that branch’s files to your workstation. Multiple branches can be fetched at once, and you can rename the branches when running the command to suit your needs.

## Fork
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forks are actually a GitHub thing (or GitLab, or any other site). These platforms host git repositories and link them with your user account, but behind the scenes they use git. When you fork a repository it's more like creating a branch connected to a different account. you can also think of it like this: there is no git command to fork a repository from your CLI, but there is a button to do it from GitHub

You could resolve this by either making a separate file github.md and defining "fork" over there, or you could split this file in two with a divider and have words for both Git and GitHub (git-github.md or some such name)

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

Successfully merging this pull request may close these issues.

3 participants