Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks up 01-backup.md in several topics #58

Merged
merged 14 commits into from
Mar 17, 2015

Conversation

iglpdc
Copy link
Contributor

@iglpdc iglpdc commented Feb 22, 2015

Breaks the first topic of the lesson, 01-backup.md, in 5 different topics, roughly corresponding to the sections in the previous version of 01-backup.md. We need this to comply with the lesson template and to avoid having really long, unstructured topics. The new files are:

  • 01-setup.md: on how to setup your laptop for git,
  • 02-create.md: on how to create a repo with git init,
  • 03-changes.md: on the cycle of making changes, adding, and committing,
  • 04-history.md: on exploring history and restoring older versions,
  • 05-ignore.md: on how to use .gitignore.

Challenges have been moved to the end of the corresponding topic. The contents of each topic are not changed from the previous version. The rest of the topics (collab, conflict, and open) are renumbered appropriately. Some changes in other files are included to adapt to the new filenames. New time estimates are provided.

Fixes #29 .

@iglpdc iglpdc added the bug label Feb 22, 2015
@gvwilson
Copy link
Contributor

We should merge or close other PRs against this lesson before landing this one...

@daisieh
Copy link
Contributor

daisieh commented Mar 12, 2015

Shall I merge this now?

@iglpdc
Copy link
Contributor Author

iglpdc commented Mar 17, 2015

Hey, @daisieh, there is something wrong with this merge. Some of the latest commits are missing. For example, the new paragraphs on the text editors, merged by #56, are missing in the HEAD from both the markdown and the html files.

We need to check what's going on before changing more things. I may have some time later today.

@daisieh
Copy link
Contributor

daisieh commented Mar 17, 2015

AUGH.

@daisieh
Copy link
Contributor

daisieh commented Mar 17, 2015

I think that the problem is that the changes happened in 01-backup.md, not in 01-setup.md, so I need to manually replace the changes back to the new file.

iglpdc added a commit that referenced this pull request Mar 22, 2015
Re-merge changes from 01-backup.md into 01-setup.md lost when we merged #58.

When #58 was merged, we lost some commits that were merged by #56. This fixes the problem.
PBarmby pushed a commit to PBarmby/git-novice that referenced this pull request Apr 17, 2015
… Validate link text in index.md (always), or only in headings (reference.md and instructors.md)

Demote msg level when http links skipped

Strip anchor from filenames in error messages
zkamvar pushed a commit that referenced this pull request May 8, 2023
Re-merge changes from 01-backup.md into 01-setup.md lost when we merged #58.

When #58 was merged, we lost some commits that were merged by #56. This fixes the problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues at 01-backup.md
3 participants