git add remote exam https://github.com/igortereshchenko/PATH_TO_REPOSITORY
You should use --allow-unrelated-histories parameter for merge data from different repos
- git pull exam master --allow-unrelated-histories
- git add .
- git commit -m 'SOME_COMMENT'
- git push exam master