Skip to content

Latest commit

 

History

History
121 lines (100 loc) · 4.19 KB

index.md

File metadata and controls

121 lines (100 loc) · 4.19 KB

Collaborating and sharing using GitHub without command line

This tutorial provides a brief but hands-on introduction to Git and GitHub to exercise useful workflows within GitHub. Git is a version control system which allows files and data to be tracked synchronized, which allows collaboration and reproducibility. GitHub is a popular website that stores these repositories.

This tutorial avoids using the command line. Instead, we will practice collaborating and sharing using either the GitHub website or GitHub desktop application. Why? Because for many cases, it is enough. Especially if you are contributing to existing non-code projects, this may be the fastest, easiest way to do it. Git and GitHub provide collaboration tools to all kinds of projects, and there are all kinds of good ways to use it.

This serves as an introduction to Git. After this lesson, you will both be able to use Git, and feel much more confident taking a command-line course Git course such as CodeRefinery's git-intro course. Check out our other upcoming workshops.

Why GitHub

We will do this exercise on GitHub but also GitLab and Bitbucket allow similar workflows and basically everything that we will discuss is transferable. With this material and these exercises we do not endorse the company GitHub. We have chosen to demonstrate a number of concepts using examples with GitHub because it is currently the most popular web platform for hosting Git repositories and the chance is high that you will interact with GitHub-based repositories even if you choose to host your Git repository on another platform.

We also encourage course participants to use our new Nordic research software repository platform, for more information see https://coderefinery.org/repository/. {: .admonition}

The lesson

---
caption: The lesson
maxdepth: 1
hidden:
---

basics
creating-using-web
creating-using-desktop
contributing
group-work
doi
websites
---
widths: auto
---
20 min , {doc}`basics`
30 min , {doc}`creating-using-web`
40 min , {doc}`creating-using-desktop`
60 min , {doc}`contributing`
30 min , {doc}`group-work`
30 min , {doc}`doi`
30 min , {doc}`websites`
---
caption: Reference
maxdepth: 1
---

quick-reference
guide

Preparations

Not required:

  • Previous knowledge of Git or GitHub
  • Knowledge of the command line

Please prepare these before the workshop:

Troubleshooting:

  • GitHub Desktop not showing up on macOS launchpad:
    • You can find it in "Downloads"

{: .prereq}

Optional reading:

See also

These similar workshops which serve as inspiration