git-novice
git-novice copied to clipboard
Version Control with Git
### How could the content be improved? The [git lesson intro](https://swcarpentry.github.io/git-novice/01-basics.html#the-long-history-of-version-control-systems) refers to Mercurial as an alternative for version management and links to a very old SWC lesson (has not...
I believe most of the course is self sustained in the sense that you could be using any os and follow it without issues, but references to setting up the...
Per instructions in the episode, I created a new file by executing "nano mars.txt" and then "ls". I saw the sub-directory moons which was created in the previous episode. But...
1. Setting up git in RStudio can be troublesome for novices to both software. New users to Git and RStudio would find it difficult to install and then enable version...
Dear all, The summary at the top of the episode on Tracking Changes shows 0 min exercises although this episode contains some exercises at the end. Not sure if this...
While teaching the git lesson (Setting Up Git) we noticed that the following command resulted in some confusion: ``` git config --list ``` For Windows users this command shows many...
Members of organizations may not be aware if the appropriate ports have been opened by their IT departments for ssh to work. While ssh is a more secure protocol, some...
reflected updated GitHub terminology into lesson (checkout) _If this pull request addresses an open issue on the repository, please add 'Closes #NN' below, where NN is the issue number._ _Please...
This pull request Closes #963 As I followed along, the `git diff HEAD~3` on episode 5 references a commit back one commit further than my history. This leads to the...
### How could the content be improved? The setup episode includes configuring the git environment and setting the deafult branch to 'main'. The lesson for creating the first repository uses...