-
Notifications
You must be signed in to change notification settings - Fork 76
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
Added some documentation about NC cloning methods #345
Added some documentation about NC cloning methods #345
Conversation
Signed-off-by: Christian Wolf <[email protected]>
Signed-off-by: Christian Wolf <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good, thank you very much for taking care of that 👍
docs/basics/nc-history.md
Outdated
The benefit of this approach is obviously that you can have a complete history that you can work with (as long as you do not need the file contents). | ||
The initial clone takes a bit longer than the shallow one as additionally the history commits (without the contents) need to be transmitted. | ||
|
||
The obvious drawback is that once you need to checkout a file that was never checked out in the clone, it has to be downloaded and a love internet connection is needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The obvious drawback is that once you need to checkout a file that was never checked out in the clone, it has to be downloaded and a love internet connection is needed. | |
The obvious drawback is that once you need to checkout a file that was never checked out in the clone, it has to be downloaded and an internet connection is needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️ but not sure what word you intended there 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking of a live internet connection 🤣
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated this.
Co-authored-by: Julius Knorr <[email protected]>
I let a typo checker run on the main file of the PR and fixed some in 73747b3. If you are okay with that, I'd suggest merging. |
In #228 you asked me to put some documentation on the different methods. Honestly, I was unsure on what level that was useful.
I just created some MVP of such documentation for discussion.