enhancementhelp wanted
Repository metrics
- Stars
- (34 stars)
- PR merge metrics
- (PR metrics pending)
Description
According to this answer:
- #63:
git init -
git remote add origin repository-url -
git fetch --all -
git checkout --track origin/master
According to this answer:
git initgit remote add origin repository-urlgit fetch --allgit checkout --track origin/master