Skip to content

artra/git_task2_repo_B

Repository files navigation

git init git remote add origin https://github.com/hhru/frontik git fetch git checkout master git filter-branch --subdirectory-filter frontik/testing/ HEAD git remote add origin2 https://github.com/Baras/git_task2_repo_A.git git push -u origin2 master

git init git remote add origin https://github.com/hhru/frontik git fetch git checkout master git filter-branch --tree-filter 'rm -rf frontik/testing' HEAD git remote add origin2 https://github.com/Baras/git_task2_repo_B.git git push -u origin2 master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages