Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 370 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 370 Bytes

ADL_Final_Project

Git Usage

  1. Fork on GitHub page

  2. Clone your GitHub repo

  3. Add upstream :

    git remote add upstream [email protected]:YangChingYen/ADL_Final_Project.git
    
  • If you want to pull others' code :

    git pull upstream main
    
  • Push to upstream :

    git push
    

    Then go to GitHub page to send a pull request