lc-git
lc-git copied to clipboard
Library Carpentry: Introduction to Git
### How could the content be improved? In the [Sharing your work](https://librarycarpentry.org/lc-git/03-sharing.html) episode, when we first introduce `push` we do so as follows: ``` $ git push -u origin main...
### How could the content be improved? In the [git setup section](https://librarycarpentry.org/lc-git/02-getting-started.html#setting-up-git) we show that after executing `git config --list`, one part of the output is `init.defaultbranch=main`. A few years...
### What is the problem? The link to [“Time to Submit Your First PR”](https://www.thinkful.com/learn/github-pull-request-tutorial/Writing-a-Good-Commit-Message#Time-to-Submit-Your-First-PR) redirects to a company called Chegg Skills. ### Location of problem (optional) https://librarycarpentry.github.io/lc-git/05-github-pages.html#view-your-site
In the [GitHub pages section](https://librarycarpentry.github.io/lc-git/05-github-pages.html), we call GitHub pages "a simple service" which "makes it really easy to setup a blog or a template-based website." It is not easy for...
### How could the content be improved? The @LibraryCarpentry/curriculum-advisors recently updated the [LC lessons page](https://librarycarpentry.org/lessons/) to add a column with an estimated length for each lesson that workshop organizers can...