Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.4 KB

File metadata and controls

35 lines (28 loc) · 1.4 KB

Git Workflow Practice

Use the Git skills you have developed this week to create a repository with some information about you and your CYF region.

Information about you

  1. Create a new directory called git-practice-ticket and open it in VSCode
  2. Create a new file called FIRSTNAME_LASTNAME.txt
    • For example, if your name is Joe Smith then call your file JOE_SMITH.txt
  3. Initialise a Git repository
  4. In this file, write an introduction yourself. You should include:
    1. Your name
    2. Your favourite sport and why you like it
    3. Your favourite food and why it's your favourite
    4. A link to a video of your favourite music
    5. An interesting fact about yourself - impress us!
  5. Commit the file

GitHub

  1. Create a new repository on GitHub called git-practice-ticket.
  2. Link it to your local repository
  3. Push your commits

Information about your region

  1. Create another file named after your region, for example GLASGOW.txt
  2. Add some information about your CYF region. You should include:
    1. The name of the course you are taking
    2. The name of a good restaurant or cafe near the venue
    3. A fun fact about the city
  3. Commit the file
  4. 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.
  5. Commit the photo
  6. Push the text file and the photo to GitHub