Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.65 KB

1._Howtoprepare_collab.md

File metadata and controls

19 lines (15 loc) · 1.65 KB

Git for collaborative work

Workshop requirements

In order to get lots of hands-on experience during the workshop, you need to set up the tools we will be using in advance on your own device. Please make sure you have taken all the following steps before the workshop and ask me for help on Slack or via mail if you encounter issues.

  • Get familiar with the terminal. During the workshop we will use Git via the command line. If you have previously used git via a GUI, that is completely fine, however, in order to follow along you should be comfortable with basic commands like ls, cd, mkdir . If you have never touched the terminal, don't worry! This friendly introduction should provide you with everything you need to know for a start.
  • Make an account on GitHub and share your username via the google form, so I can add you as contributor to our Workshop GitHub repository.
  • Set up your local Git. You have already used Git before, so I assume you have an up-to-date Git version installed (check with git --version) and set up your credentials as well as authentication. If you haven't and need help. Please contact me before the workshop.
  • Clone the workshop repo. https://github.com/aranas/Git_Workshop_Collab2022

Tentative Schedule

13:00 👋 Welcome 13:15 🔈 Intro collaborating via Git (merge conflicts) 13:30 ✏️ Exercise 1 - Our first push 13:40 🔈 Branches, Forks & Pull requests 14:00 🍪 Break & Stretch 14:05 ✏️ Exercise 2 - Hands-on 14:40 🎀 Wrap-up