wiki:github_molgenis

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

--

configure

https://help.github.com/articles/set-up-git

update project = pull project

  • go to git directory
  • git pull --all

"commit" = push a change :

  • pico DEVELOPERS
  • git status
  • git diff\
  • git commit -a (Commit the code locally)
  • git status
  • git push origin (Push the local commits to your repository)
  • git push origin master (Add an upstream remote)

Pull from the remote