https://github.com/monashcoding/mac-learn-git
Learn Git with us during our Git Essentials Workshop
https://github.com/monashcoding/mac-learn-git
Last synced: 6 months ago
JSON representation
Learn Git with us during our Git Essentials Workshop
- Host: GitHub
- URL: https://github.com/monashcoding/mac-learn-git
- Owner: monashcoding
- Archived: true
- Created: 2020-05-11T15:29:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T09:55:09.000Z (almost 6 years ago)
- Last Synced: 2025-03-14T18:37:06.494Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 3
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MAC x Hack | Git Essentials Workshop
This is the workshop by MAC teaching you how to use version control. Our preferred form of version control is called Git. This will be extremely useful in your University studies when you do your assignments and will probably be assumed knowledge when you enter industry.
Things we will cover include:
- Why use Git?
- Difference between Git and Github
- git add
- git commit
- git push
- git pull
- git branch
- git merge
- git log
- pull requests
## Getting Started
On the top right hand side, please click 'Fork'. This means you forked the repository meaning you have made your own copy of it.
You can then clone the repository.
If you don't understand this, don't worry. We'll be covering it in the workshop.
### Prerequisites
Please ensure you have the following set up before the event:
- Visual Studio Code
[https://code.visualstudio.com/download](https://code.visualstudio.com/download)
- Github Account
[https://github.com/](https://github.com/)
- Git installed on your device. For a detailed guide by our Technical Director @Angus Lee, click here: [https://cutt.ly/git-setup](https://cutt.ly/git-setup)
### Add your name here