Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 479 Bytes

File metadata and controls

16 lines (12 loc) · 479 Bytes

Projects of Programming 2 Course

Note: Projects are pushed after all deadlines for the whole project are over

Instructions to upload an existing repository

  1. clone project from gitlab to local folder
  2. edit .git/config file and change remote_origin url to this github repo url (https)
  3. move everything to new folder with project name
  4. git add .
  5. git commit -m "changed folder structure"
  6. git pull
  7. git merge --allow-unrelated-histories
  8. git push --all