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

perhaps add `git remote set-url` and/or `git remote remove` as a call-out in case learners have added the wrong URL when setting up remotes.

intermediate
help wanted

In the _Tracking Changes_ episode of the _Version Control with Git_ lesson, `git diff` command has been used in two different forms of without any switch and with `--staged` switch....

1) Updated challenge title to match with the challenge itself. 2) In case of the learner facing the same problem due to another reason e.g. adding another file from the...

This is more of an FYI for people coming across the error as part of a workshop The following error occurs when using nano (e.g. at the start of http://swcarpentry.github.io/git-novice/04-changes/index.html)...

I am referring to the graphic http://swcarpentry.github.io/git-novice/fig/git-staging-area.svg found in the episode http://swcarpentry.github.io/git-novice/04-changes/index.html about halfway through the episode. I think there is a dissonance between the metaphor used in the text...

Some brief history of version control is provided to introduce students to contemporary version control. This includes a reference to distributed vs centralised systems. This could expanded with a definition...

Recent versions of git introduce a warning message when you run `git pull` without specifying how to reconcile divergent branches. A discussion of the options probably exceeds what we can...

status:wait

Up until the episode on [conflicts](http://swcarpentry.github.io/git-novice/09-conflict/index.html), all examples are representative of how git might be used in a real workflow, with Dracula making notes vaguely related to the hypothetical scenario...

This issue opens a discussion on reframing [Episode 10: Open Science](http://swcarpentry.github.io/git-novice/10-open/index.html) as Open Research. As more research domains become data and computationally intensive and engage in Software Carpentry lessons, it...

help wanted
good first issue