Added a module to set up git#7
Closed
VickyRampin wants to merge 1 commit intoLibraryCarpentry:gh-pagesfrom
VickyRampin:setup-patch
Closed
Added a module to set up git#7VickyRampin wants to merge 1 commit intoLibraryCarpentry:gh-pagesfrom VickyRampin:setup-patch
VickyRampin wants to merge 1 commit intoLibraryCarpentry:gh-pagesfrom
VickyRampin:setup-patch
Conversation
remram44
reviewed
May 10, 2018
|
|
||
| One of the main barriers to getting started with git is the language. Although some of the language used in git is | ||
| fairly self-explanatory, other terms are not so clear. The best way to get to learn the language - which consists of a | ||
| number of verbs such as `add`, `commit` and `push` (precdeded by the word 'git') - is by using it, which is what we will be doing during this |
remram44
reviewed
May 10, 2018
| $ git config --help | ||
| ~~~ | ||
| {: .bash} | ||
| {: .callout} |
There was a problem hiding this comment.
I think you have to blockquote the whole thing to use the .callout class, like is done here. You also need the titles to be level 2 (## not ###) for some reason.
Contributor
|
Dear @VickySteeves, Because of a transition of the maintainer team here, this PR has not received the attention it deserved, I'm sorry :-( |
wickr
added a commit
to wickr/lc-git
that referenced
this pull request
May 22, 2019
Spotted first in review in LibraryCarpentry#7
Merged
Contributor
|
This section has already been added, so I am going to close this PR. |
zkamvar
pushed a commit
that referenced
this pull request
Apr 21, 2023
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.
Hi! I added a short lesson on setting up git locally (going through
configand briefly explainingglobal) so learners can do it with us (previously, they did it on their own).