Skip to content

Commit

Permalink
Add November 2023 intro to git post (#21)
Browse files Browse the repository at this point in the history
* Add post for November 2023 intro to git session

* Add a page with further resources for version control
  • Loading branch information
ZedThree authored Feb 1, 2024
1 parent ce0e631 commit bd40c33
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _posts/2023-11-29-intro-version-control.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Introduction to Version Control with Git and GitHub
author: Peter Hill
tags: git vcs version control
---

This week, we had our annual introduction to version control using Git
and GitHub. Version control is one of the foundational tools of
software development, whether you're writing small analysis scripts
for your own experiments, or large HPC simulations with lots of
collaborators.

This introduction covers the basics of working alone with git, making
commits, using branches, and pushing and pulling from GitHub.

The slides can be found [here][slides].

Check out [our links to other resources][resources].

[slides]: /slides/2023-11-29-intro-version-control.pdf
[resources]: /resources/version_control
25 changes: 25 additions & 0 deletions _resources/version_control.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Version Control
---

Version control is one of the foundational tools of software
development, whether you're writing small analysis scripts for your
own experiments, or large HPC simulations with lots of collaborators.

Here are some of our previous sessions that covered version control
and git:

- [November 2023](/2023-11-29-intro-version-control)
- [January 2023](/2023-01-25-introduction-to-version-control-with-git-and-github)
- [October 2018 - Part 1](/2018-10-16-Intro-to-version-control)
- [October 2018 - Part 2](/2018-10-31-working-with-others)

and here some other resources that we recommend:

- [Git book](https://git-scm.com/book)
- This is a really great reference, but less good as an introduction
- [Software Carpentry tutorial](https://swcarpentry.github.io/git-novice/)
- Our recommended tutorial
- [Atlassian tutorial](https://www.atlassian.com/git/tutorials)
- [Chrys Woods' tutorial](https://chryswoods.com/introducing_git/installing.html)
- [Codecademy](https://www.codecademy.com/learn/learn-git)
Binary file added slides/2023-11-29-intro-version-control.pdf
Binary file not shown.

0 comments on commit bd40c33

Please sign in to comment.