Skip to content

Contribute to the code

Marco Govoni edited this page Jun 12, 2019 · 3 revisions

Contribute to the code

  • Clone the repository
$ git clone https://github.com/qresp-code-development/qresp.git
$ cd qresp
$ pip install pre-commit
$ pre-commit install
  • Checkout a new featureX branch
$ git checkout -b featureX
  • Add and commit modifications
$ git add `modified_file`
$ pre-commit run 
$ git commit -m "<message>"
$ git push
Clone this wiki locally