Tools used for EMPHATIC Production
For documentation on the use and maintenance of the tools in this repository, please visit the Production wiki
... by cloning the repository.
If you have your ssh key setup, this should be as simple as running
git clone git@github.com:EMPHATICSoft/emphprod.git
Submit a pull request on GitHub.
(Please note that this will only work if you have write access to the GitHub repository. All members of the EMPHATICSoft
team should have write access, so this shouldn't be an issue)
Check out a new branch in your working copy of the repository (the result of cloning it; see "Get a copy of the code" above):
git checkout -b feature/${USER}_branch_description
Commit your changes onto this branch.
Once you're satisfied, push it to the repository:
git push --set-upstream origin feature/${USER}_branch_description
(For subsequent pushes to the origin repository from this branch, you can simply git push
.)
Then, enter the GitHub interface and follow the "Submit a pull request" documentation above. Please enter meaningful descriptions of your changes so that it's easier to understand them :)
Copyright © 2023 FERMI NATIONAL ACCELERATOR LABORATORY for the benefit of the EMPHATIC Collaboration.
This repository, and all software contained within, is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Copyright is granted to FERMI NATIONAL ACCELERATOR LABORATORY on behalf of the Experiment to Measure the Production of Hadrons At a Test beam In Chicagoland (EMPHATIC) experiment. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.