Skip to content

New words for the vocabulary - #9

Open
edualfaro wants to merge 4 commits into
mainfrom
edualfaro
Open

New words for the vocabulary#9
edualfaro wants to merge 4 commits into
mainfrom
edualfaro

Conversation

@edualfaro

Copy link
Copy Markdown

Hope them(words) helps ;-D

@colevandersWands

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

@gelilaa gelilaa left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🚀

@colevandersWands colevandersWands left a comment

Copy link
Copy Markdown
Member

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)

Comment thread vocabulary/git.md
## 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
Copy Markdown
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