git - Clone branch to different folder in Github -


can clone different branch different folder in local computer in github ?

and can see notification if contributor request pull master branch or branch

create new firectory , clone project new folder.

you have pull/push every change synchronized them both.

in git 2.5 , above can use worktree

git worktree add second_path 

and 2 psth share same repo.


Comments