jkeune / gitdemo

Short introduction to Git and GitHub with Hands-On (October 2019, Hydro-Climate Extremes Lab, Ghent University)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitdemo: a short introduction to git and github

This repository contains a short introduction and hands-on for git and github. It was held in October 2019 at the Hydro-Climate Extremes Lab at Ghent University.

Content

The repository contains:

  • gitintro_lhwm.pdf: presentation
  • fancylog.txt: a fancy git log style
  • conversation.sh (sample script)
  • convert2sha1.sh (sample script)
  • oracle.py (sample script)
  • README.md (this README)

The google presentation of the pdf-version is available at: https://docs.google.com/presentation/d/1dWV4lVvhwhjb5ZBcQsRaTt_j5kFX9qwQtK1464QPnLE/edit?usp=sharing

Usage

There are a few sample scripts in here. Just play around with them!

Use

./conversation.sh

to start a silly conversation about git...

Or decrypt any 'text' to SHA1 with

./convert2sha1.sh <text>

Or play around with the oracle...

python oracle.py

Additional tasks

  1. Checkout the issues, pick one, assign yourself and start coding!
  2. If you're done, push your changes to this github repository and make a pull request into another branch.
  3. Assign someone else to review your changes... and see your branch being merged into the other branch!
  • Feel free to add more nonsense...

Contact

Jessica Keune

License

Copyright 2019 Jessica Keune

This software is published under the GPLv3 license. This means:

  1. Anyone can copy, modify and distribute this software.
  2. You have to include the license and copyright notice with each and every distribution.
  3. You can use this software privately.
  4. You can use this software for commercial purposes.
  5. If you dare build your business solely from this code, you risk open-sourcing the whole code base.
  6. If you modify it, you have to indicate changes made to the code.
  7. Any modifications of this code base MUST be distributed with the same license, GPLv3.
  8. This software is provided without warranty.
  9. The software author or license can not be held liable for any damages inflicted by the software.

About

Short introduction to Git and GitHub with Hands-On (October 2019, Hydro-Climate Extremes Lab, Ghent University)

License:GNU General Public License v3.0


Languages

Language:Shell 76.6%Language:Python 23.4%