git-novice icon indicating copy to clipboard operation
git-novice copied to clipboard

Version Control with Git

Results 136 git-novice issues
Sort by recently updated
recently updated
newest added

Adds details on using [Citation File Format](https://citation-file-format.github.io) as this is a human and machine readable format that integrates with GitHub, Zenodo and Zotero making it easier to share citation information...

### How could the content be improved? Add a comment in the instructor notes explaining that we used to use 'checkout' instead of 'switch' and 'revert', and this should still...

help wanted
good first issue

Borrows heavily from https://github.com/swcarpentry/python-novice-gapminder/blob/2aef01ba47cbf88e9c607f920b83b7dc59d7044e/episodes/01-run-quit.md. Requires update to varnish so that table within callout is styled properly. I'm not fully across the new lesson platform, so I'm not entirely clear how...

status:changes requested

Closes #900 After screenshots were updated to recipes from planets (#1060) there were a few other changes requested. I added an overview of the history/log from GitHub itself; talked about...

Closes #846 I encountered the issue teaching on Mon and needed to generate custom named keys. I added a spoiler with the steps to add git as host to a...

### How could the content be improved? It seems the point of this execrise is to teach that you could accidentaly do `git init` twice in the same directory and...

This draft PR is intended as a starting point for discussion on this topic as requested in #1022 I've added the episode on branches from https://github.com/carpentries-incubator/git-novice-branch-pr/ more or less _verbatim_...

### How could the content be improved? Having recently instructed this we found the SSH key setup was time-consuming and deviated from to core goals of the lesson. The course...

type:discussion

> Maybe related, I stumbled upon the following sentence today: > > Note that `HEAD` is the default option for `git diff`, so omitting it will not change the command’s...

### How could the content be improved? The 'Conflicts' episode (09-conflict.md) has a set of suggestions to reduce conflicts. However, the second bullet point `Use topic branches to segregate work,...