Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 461 Bytes

File metadata and controls

22 lines (16 loc) · 461 Bytes

git-test-demo

This is a Git practice repo.

First, you need to use as template to create your own copy of this repo. Then, clone it to your local machine.

git clone https://github.com/<your-username>/git-test-demo.git
cd git-test-demo

In this repo you need to do:

  • Pull to local
  • Create a new branch
  • Publish the new branch
  • Pull updates
  • Modify content
  • Push changes
  • Merge changes into the main branch