GitForSiteConf: Difference between revisions
Jump to navigation
Jump to search
m (Created page with " Before starting to edit a file:
<pre>
git pull --rebase
</pre>
Then, edit the file, then:
<pre>
git commit -a -m "Some other test change."
git push origin master
</...") |
No edit summary |
||
Line 1: | Line 1: | ||
All up to dat info on how to update siteconf (site-local-config.xml and storage.xml) can be found via this page: | |||
https://twiki.cern.ch/twiki/bin/view/CMSPublic/SiteConfInGitlab | |||
<HEREUNDER IS DEPRECATED> | |||
Before starting to edit a file: | Before starting to edit a file: |
Latest revision as of 12:23, 22 August 2017
All up to dat info on how to update siteconf (site-local-config.xml and storage.xml) can be found via this page:
https://twiki.cern.ch/twiki/bin/view/CMSPublic/SiteConfInGitlab
<HEREUNDER IS DEPRECATED>
Before starting to edit a file:
git pull --rebase
Then, edit the file, then:
git commit -a -m "Some other test change." git push origin master
All information can be found on the cms twiki:
https://twiki.cern.ch/twiki/bin/view/CMSPublic/CompOpsSiteconfMigrationToGit
Remark that you need to be on lxplus to be able to commit.