git clone https://github.com/Rushi0508/pgFinder.gitgit checkout developgit checkout -b <your name>- start working
git add <changes made>git commit -m "message"git push -u origin <your name>
git checkout developgit pull
git checkout developgit checkout -b <your name>
here we are deleting and creating new branch of your name, so you don't get confused what to do after pulling from develop