wiki:github_molgenis

Version 3 (modified by antonak, 12 years ago) (diff)

--

update project = pull project

  • go to git directory
  • git pull --all

"commit" = push a change :

Note : All history

  • git remote add molgenis https://github.com/molgenis/molgenis.git
  • git remote
  • git remote -v
  • git pull molgenis master
  • pico DEVELOPERS
  • git status
  • git diff\
  • git commit -a
  • git status
  • git push origin
  • git push origin master