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