Skip to content

ReDi-school-Berlin/Monster-Game---Lesson-7---In-Class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

git_intro

Introduction to Git and Assignments

What you need to do

  1. Download (clone) this repository to your computer by clicking on Code, copying the URL from there and then putting the following command in VSCode terminal: git clone {url_you_copied}
  2. Open it in VSCode
  3. Open the my_first_assignment.py file
  4. Edit the file (instructions are directly in the file)
  5. Push your changes to GitHub

Hint: pushing changes to GitHub

  • Click on the Git button in VSCode
    git-button
  • Prepare (=stage) any changes you want to commit with the + button next to the file name
    change
  • Add a commit message
    image
  • Click the ✅ button to commit your changes
    image
  • Click on the icon in the bottom left part of VSCode to push your changes to GitHub (will look like either of the images below)
    image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages