completed notes from class 1, node ecosystem#9
Open
terishelton wants to merge 1 commit intopce-uw-jscript400:masterfrom
Open
completed notes from class 1, node ecosystem#9terishelton wants to merge 1 commit intopce-uw-jscript400:masterfrom
terishelton wants to merge 1 commit intopce-uw-jscript400:masterfrom
Conversation
bwreid
reviewed
Jul 2, 2019
| * **Question:** What is the difference between forking and cloning a repository as opposed to just cloning a repository? | ||
|
|
||
| * **Your Answer:** | ||
| * **Your Answer:** When you fork a repository, it copies the repository to your GitHub account, you clone from your account, and you can work on it from there. You can then submit a pull request when you're done to possibly have it merged into the master. With a clone from the master, you do not have a connection in your GitHub account to the original, it's just a copy. You can't submit a pull request later on. |
Contributor
There was a problem hiding this comment.
You actually can submit a pull request whether your Fork & Clone or just Clone!
| * **Question:** What is `path` and where does it come from? | ||
|
|
||
| * **Your Answer:** | ||
| * **Your Answer:** Path is the full path to the file on your system. It's a built-in module. |
Contributor
There was a problem hiding this comment.
To be more specific, path is a module that has methods that can give you a path to various files and folders.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.