Skip to content

PeterHjortLauritzen/2014-GMD-topo-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/PeterHjortLauritzen/topo-gmd.git This is a paper to be published in GMD. Lead author Peter Lauritzen.

Git commands

  • Get help:

git help command where command is { init, config, fetch, pull, ....}

  • Setup and fetch repo:

mkdir src cd src git init git config user.name "PeterHjortLauritzen" git config --global user.name "PeterHjortLauritzen" git fetch https://github.com/PeterHjortLauritzen/topo-gmd.git git pull https://github.com/PeterHjortLauritzen/topo-gmd.git

  • Add a new filename to repo:

git add filename where filename is some file to be added to the repo.

  • Check status:

git status git status -s

  • Checkin all you files (locally):

git commit -a

  • Push to master repo:

git push https://github.com/PeterHjortLauritzen/topo-gmd.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages