SigProSeismology/gji
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The command make should bring mc.pdf up to date. Sometimes make needs to be done more than once. ssh instructions: https://help.github.com/en/articles/connecting-to-github-with-ssh githup users einar52 and ingibja sample git commands git pull https://github.com/4dseismic/gji (needed once) git pull git status git log git diff git add git commit -a git push --set-upstream master master (needed once). git push #git push https://einar52@github.com/4dseismic/gji (not needed with ssh) #git push --set-upstream origin master If modification are beeing done by more than one user, it may be appropiate to start each session with "git pull" and end with "git push"