Skip to content

pjwinnetou/LAMPSLOW_PhotonAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

LAMPSLOW photon analysis

  • Create github ID

  • github use

==================================

a) Git Start

$ git init

b) Clone git

$ git clone git@github.com:pjwinnetou/LAMPSLOW_PhotonAnalysis.git

c) Remote git

$ git remote add remotename git@github.com:pjwinnetou/LAMPSLOW_PhotonAnalysis.git

Name your remotename for the address. Make it simple like "lamps" or "lps"

==================================

  • File pill & push

================================== a) Always pull before change anything!!!

$ git pull

somebody might have changed things and if you do not pull you will get an error

b) Add new files

$ git add yourfile

add your file if you have changed or added any files after you pull the new git version

c) Commit your file

$ git commit -m "your message"

leave your message about your change for example "Parameter set updated"

d) Push

$ git push remotename master

================================

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published