😍 Basic Git Workshop for .Hack 😍
- Download Git
- Download & Install Github Desktop
- Open terminal/command prompt and check if Git is installed
git --version # should see something similar like 'git version 2.28.0.windows.1'
- Head over to Github and create a Repository
- Open up Github Desktop & Click Clone repository...
- Select the Repository you created in Step 1
- Find a directory that you want to place your Repository at
- Make your first commit
- Make a second commit
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.