The answer I cited below related to the previous version of the scam question. Now this is a completely different question. This may not be relevant.
, , , git, /, , /.
git clone https://github.com/master_repo/master_repo
- . ,
git checkout -b test_repo .
, , git add <name of file> git commit , , ,
git push origin test_repo
, test_repo.
, , ,
git checkout master
git merge test_repo
, , , .
git push origin master .
, , , - github, " " test_repo . , , .
, - . , , pull master -. , git , , .
, , ,
git remote prune origin , ( , .)