Use the Git skills you have developed this week to create a repository with some information about you and your CYF region.
- Create a new directory called
git-practice-ticketand open it in VSCode - Create a new file called
FIRSTNAME_LASTNAME.txt- For example, if your name is Joe Smith then call your file
JOE_SMITH.txt
- For example, if your name is Joe Smith then call your file
- Initialise a Git repository
- In this file, write an introduction yourself. You should include:
- Your name
- Your favourite sport and why you like it
- Your favourite food and why it's your favourite
- A link to a video of your favourite music
- An interesting fact about yourself - impress us!
- Commit the file
- Create a new repository on GitHub called
git-practice-ticket. - Link it to your local repository
- Push your commits
- Create another file named after your region, for example
GLASGOW.txt - Add some information about your CYF region. You should include:
- The name of the course you are taking
- The name of a good restaurant or cafe near the venue
- A fun fact about the city
- Commit the file
- Add a photo of somewhere in your region. You could use a photo of the venue or one of a famous landmark in the city. You can take the photo yourself or find one on Google.
- Commit the photo
- Push the text file and the photo to GitHub