my tools for docking and other analysis.
git clone git@github.com:tbalius/teb_scripts_programs.git teb_scripts_programs
Create a image of your branch. git clone git@github.com:yingyang90/teb_scripts_programs.git teb_scripts_programs cd teb_scripts_programs/
Push your changes to the main branch.
First pull from the main branch to make sure that you are up to date. git add bootstrap_AUC_newplots.py git remote add upstream git@github.com:tbalius/teb_scripts_programs.git git pull upstream master
Address any conflicts. git commit git push
on the webpage click New pull request button to pull your branch onto the main branch.