Skip to content

Proposal document for the CERN prototype detector and running.

Notifications You must be signed in to change notification settings

DUNE/cern-prototype-proposal

Repository files navigation

Proposal document for the CERN prototype detector and running.

For editors:

Here is a quick start guide to using this repository. It presents just one way to do things.

Get started:

The first steps is to ”clone” the GitHub repository

$ git clone https://github.com/DUNE/cern-prototype-proposal.git
$ cd cern-prototype-proposal/
(edit files)
$ git add yourfile.tex
$ git commit -a -m "Some useful commit message"

Updating your repository

From time to time you will want to ”pull” contributions from others into your repository.

$ git commit -a -m "Some useful commit message"
$ git pull

Pushing contributions back to GitHub

First, you will need a (free) GitHub account and to send the user name to bv@bnl.gov. Be sure to mention this repository.

To ”push” your commits back to GitHub do:

$ git commit -a -m "Some useful commit message"
$ git pull
$ git push
(enter user and password)

The ”pull” is needed to first incorporate into your repository any changes that others may have pushed to GitHub since the last time you did a ”pull”.

If you get annoyed at using passwords all the time it is recommended that you use ssh keys but you can also cache your password.

Autobuilder

A PDF of the documented is generated after recent commits and is available for download at:

https://dune.bnl.gov/tmp/CERNproto.pdf

About

Proposal document for the CERN prototype detector and running.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published