Skip to content

capalmer85/VdMFramework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Basic Git Instructions

  1. Create your own fork of CMS-LUMI-POG/VdMFramework (upper right)
  2. Check out the group's version of the tools (easiest way to keep in sync)
    a) git clone https://github.com/CMS-LUMI-POG/VdMFramework
  3. Make a remote to your fork
    a) git remote add YOURGITUSERNAME http://github.com/YOURGITUSERNAME/DataCert
  4. Check in your edited files
    a) git add file1 file2
    b) git commit -m "file1 and file2 are changed because..."
  5. push to YOUR fork in a BRANCH
    a) git checkout -b update-whatiam-date
    b) git push YOURGITUSERNAME update-whatiam-date
  6. Make a pull request (PR) with your changes update-newcurrents-data
    a) at https://github.com/CMS-LUMI-POG/VdMFramework
    b) let someone review and merge into CMS-LUMI-POG's "master"
  7. Keep your master in sync with CMS-LUMI-POG/VdMFramework's master
    a) git checkout master
    b) git push YOURGITUSERNAME master

##Framework Instructions To be continued...

Migrated from svn co svn+ssh://[email protected]/reps/VdMframework/work/Monika on December 14th, 2015

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • Fortran 4.2%
  • C 2.2%
  • Other 0.3%