Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 384 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 384 Bytes

git-branching

In main.py is a simple function to print my name and others in my family.

As an instructor I will:

  • show how to create a new branch
    • In VSCode
    • Using this command in the terminal: git branch
  • make edits to the existing function in main.py
  • push those changes to github
  • make a pull request
  • merge my branch into the main branch