|
13 | 13 |
|
14 | 14 | {% block event_content %}
|
15 | 15 | <p>
|
16 |
| - This year we'll be running a GitHub Bootcamp on Saturday, June 26th. |
| 16 | + <strong>This year we'll be running a GitHub Bootcamp on Saturday, June 26th at 4PM UTC.</strong> |
17 | 17 | This bootcamp is intended to be an interactive workshop session where we help participants
|
18 |
| - get setup with git and using it in a team environment. |
| 18 | + get setup with git and using it in a team environment. If you are new to git or would like to brush up on it, |
| 19 | + then this is the perfect event for you. |
| 20 | + </p> |
| 21 | + <p> |
| 22 | + The instructional parts of this bootcamp will be recorded. We'll also be providing a cheatsheet / reference guide to all attendees that will |
| 23 | + be made available here for download. |
19 | 24 | </p>
|
20 | 25 | <h3>Session 1: Setting up Git</h3>
|
21 | 26 | <p>
|
22 |
| - This session will run for an hour and be focused on installing and setting up git for the first time. |
23 |
| - We'll have helpers available to help you set up git and get it integreated with your editor of choice. |
| 27 | + This first session will run for an hour starting at 4PM UTC. It will be focused on installing and setting up git for the first time. |
| 28 | + We'll have helpers available to help you set up git and integrated with your editor of choice. |
24 | 29 | Whether it's PyCharm, VSCode, or vim, we can help you get rolling with version control.
|
25 | 30 | </p>
|
26 | 31 | <h3>Session 2: Using git and github in a team environment</h3>
|
27 | 32 | <p>
|
28 |
| - This session will run for an hour. It will be focused on using git and GitHub in a team environment. |
29 |
| - You'll be put in a group of people with a repo to work on. |
| 33 | + This session will run for an hour starting at 5PM UTC. It will be focused on using git and GitHub in a team environment. |
| 34 | + You'll be put in a group with other attendees and use the common git commands for working in a repo. |
| 35 | + You'll learn how to set-up a GitHub repository with other contributors, how to make branches, make commits, pull down changes, and then make pull requests. |
| 36 | + We'll also be going over different strategies for creating branches and best practices for commits and pull requests. |
30 | 37 | </p>
|
31 | 38 |
|
32 |
| - |
33 |
| - |
34 | 39 | {% endblock %}
|
35 | 40 |
|
36 | 41 | {% block sidebar %}
|
|
0 commit comments