GitForSiteConf

From T2B Wiki
Revision as of 12:28, 26 August 2015 by Maintenance script (talk | contribs) (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 </...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.


Template:TracNotice