A collection of Jupiter Notebook for CM5 analysis
Please follow the steps below to help maintain a smooth development workflow.
-
Fork the Repository
Click the Fork button at the top-right corner of this page to create your own copy of the repository.
-
Clone Your Fork Locally
git clone https://github.com/<your-username>/<repo-name>.git cd <repo-name> git remote add upstream https://github.com/fengzydy/CM5scripts.git
-
Submit Code
git checkout -b your_branch git commit -m "commit messages" git push origin your_branch
Initiate a merge request from Github webpage