* unset SSH_ASKPASS * git clone https://git.racf.bnl.gov/usatlas/git/federated_storage/xrootd # the *initial* checkout step from BNL * cd xrootd * git fetch origin; git rebase origin/master # do this step every time you need to refresh your copy * mkdir conf/<your_site> * cp <.../your_conf_file> conf/<your_site>/ * # make your modifications * git add conf/<your_site> # if you want to add a new directory, or * git add conf/<your_site>/<your_conf_file> # if you want to add a new file * git commit -a -m "your update notes" # commit all your changes; they are *not* at the BNL git repository yet * git push origin # push your changes to the repository
Please note that this site is a content mirror of the BNL US ATLAS TWiki. To edit the content of this page, click the Edit this page button at the top of the page and log in with your US ATLAS computing account name and password.