https://github.com/dee-me-tree-or-love/proxy-git-workshop
The git introduction workshop organized by Proxy ICT.
https://github.com/dee-me-tree-or-love/proxy-git-workshop
Last synced: 2 months ago
JSON representation
The git introduction workshop organized by Proxy ICT.
- Host: GitHub
- URL: https://github.com/dee-me-tree-or-love/proxy-git-workshop
- Owner: dee-me-tree-or-love
- Created: 2017-11-14T19:02:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T17:23:03.000Z (over 7 years ago)
- Last Synced: 2025-02-01T07:18:49.112Z (4 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Workshop by Proxy
On this workshop we will try to give an introduction to git and some nice tips on using this version control system, managing your projects well, and making teamwork great again!
### When
Thursday **16.11.2017** at **16:30**
### Where
Campus **R1, room 2.43**
If there will be any changes - we'll adapt ;)### Schedule
- *16:30* - *17:00*: Workshop presentation
- *17:00* - *17:15*: Break with snacks and socialising
- *17:15* - *17:30*: Setting up for practice
- *17:30* - *18:00*: Get your hands dirtyBut of course we will see how it acually goes :grin:
## Content
### Topics
- git basics
- git web hostings
- git workflow
- git project tips
- some practice
### Prerequisites
Before taking part, please make sure you have all the stuff mentioned below:
- **Laptop with `git` set up**
please install a the git software and make sure it's usable:
Get `git` for Windows here: https://git-for-windows.github.io/
More information: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
To make sure it works: open terminal (preferably *git bash*), type `git --version` and press enter.
The output should be something like that: `git version 2.13.6`
If not, please refer to previous link and this article: [Adding git to PATH](http://www.chambaud.com/2013/07/08/adding-git-to-path-when-using-github-for-windows/)- **GitHub account**
For this workshop we will use GitHub
You can register here: https://github.com/join- **Your favorite IDE working**
It's totally up to you what IDE to use, but personally I'd recommend checking out something out of this list:
:boom: [Visual Studio Code](https://code.visualstudio.com/)
:boom: [Atom](https://atom.io/)
:boom: [Sublime Text](https://www.sublimetext.com/)- **NodeJS & npm installed**
For the practical part we will make a little application with NodeJS.
The installation here: https://nodejs.org/en/
Don't worry if you are not familiar, you'll get the hang of it :grimacing:- **Good vibes**
It's all about fun, so please, if you decide to join, bring all your postive vibes with you ;)### Event page
Check for more information on our [facebook event page](https://www.facebook.com/events/758928754307940/)
## See you there :v: