install android studio
git clone https://github.com/vigneshshettyin/Meetly
$ cd <your-forked-project-folder>
$ git remote add upstream https://github.com/vigneshshettyin/Meetly.git
$ git checkout main
$ git fetch upstream
$ git merge upstream/main
$ git push origin main
$ git checkout -b <feature-branch>
$ git add --all
$ git commit -m "<commit message>"
$ git push origin main