git clone --bare .git
## Local folder
>```bash
git clone <DROPBOX BARE REPO> <DROPBOX BARE REPO NAME without .git sufix>
git push
git push
git remote add upstream <GITHUB ORIGINAL REPO>
git fetch upstream +master:upstream
git pull
git merge origin/upstream
git push