From a0b1d90ba248b439aa4ac547c5c85c433f50f770 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Mon, 23 Nov 2020 20:09:50 +0200 Subject: Migrate Code Jams Git using page --- .../events/pages/code-jams/using-git.html | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 pydis_site/templates/events/pages/code-jams/using-git.html diff --git a/pydis_site/templates/events/pages/code-jams/using-git.html b/pydis_site/templates/events/pages/code-jams/using-git.html new file mode 100644 index 00000000..8ceb36f0 --- /dev/null +++ b/pydis_site/templates/events/pages/code-jams/using-git.html @@ -0,0 +1,61 @@ +{% extends "events/base.html" %} + +{% block breadcrumb %} +
  • Events
  • +
  • Code Jams
  • +
  • How to use git
  • +{% endblock %} + +{% block title %}How to use git{% endblock %} + +{% block event_content %} +

    + We require all participants to use Git for source control. + This means that you will need to learn a bit of Git to participate in the code jam, + if you're not already familiar with it. Git is incredibly useful, + and an essential skill to master if you ever want to write code out there in the real world. + If you don't yet have Git installed... +

    + + + +

    + In order to make the learning process easier, we've included some Git learning resources below... +

    + + +

    + Optionally, certain IDEs and editors will be able to handle Git for you, + and tools like GitKraken are also permitted. + Make sure you familiarize yourself with the client of your choice before the code jam starts + so you don't need to spend time learning this while the clock is running. +

    +

    + For more information on GUI clients you can use, + please see this page. +

    +{% endblock %} + +{% block sidebar %} + {% include "events/sidebar/code-jams/useful-information.html" %} +{% endblock %} -- cgit v1.2.3