Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pydis_site/templates/events/pages/code-jams/8/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h3 id="important-dates"><a href="#important-dates">Important Dates</a></h3>
<li>Tuesday, June 15 - Form to submit theme suggestions opens</li>
<li>Monday, June 21 - <a href="https://github.com/python-discord/cj8-qualifier">The Qualifier</a> is released</li>
<li>Friday, June 25 - Voting for the theme opens</li>
<li>Saturday, June 26 - <a class="has-text-link" href="{% url "events:page" path="code-jams/8/github-bootcamp" %}">GitHub Bootcamp</a></li>
<li>Saturday, June 26 @ 4PM UTC- <a class="has-text-link" href="{% url "events:page" path="code-jams/8/github-bootcamp" %}">GitHub Bootcamp</a></li>
<li>Wednesday, June 30 - The Qualifier closes</li>
<li>Friday, July 9 - Code Jam begins</li>
<li>Friday, July 16 - Coding portion of the jam ends</li>
Expand Down
21 changes: 13 additions & 8 deletions pydis_site/templates/events/pages/code-jams/8/github-bootcamp.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,29 @@

{% block event_content %}
<p>
This year we'll be running a GitHub Bootcamp on Saturday, June 26th.
<strong>This year we'll be running a GitHub Bootcamp on Saturday, June 26th at 4PM UTC.</strong>
This bootcamp is intended to be an interactive workshop session where we help participants
get setup with git and using it in a team environment.
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,
then this is the perfect event for you.
</p>
<p>
The instructional parts of this bootcamp will be recorded. We'll also be providing a cheatsheet / reference guide to all attendees that will
Comment thread
janine9vn marked this conversation as resolved.
be made available here for download.
</p>
<h3>Session 1: Setting up Git</h3>
<p>
This session will run for an hour and be focused on installing and setting up git for the first time.
We'll have helpers available to help you set up git and get it integreated with your editor of choice.
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.
We'll have helpers available to help you set up git and integrated with your editor of choice.
Whether it's PyCharm, VSCode, or vim, we can help you get rolling with version control.
</p>
<h3>Session 2: Using git and github in a team environment</h3>
<p>
This session will run for an hour. It will be focused on using git and GitHub in a team environment.
You'll be put in a group of people with a repo to work on.
This session will run for an hour starting at 5PM UTC. It will be focused on using git and GitHub in a team environment.
You'll be put in a group with other attendees and use the common git commands for working in a repo.
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.
We'll also be going over different strategies for creating branches and best practices for commits and pull requests.
</p>



{% endblock %}

{% block sidebar %}
Expand Down