Keep your code safe

From mn/geo/geoit
Revision as of 16:02, 16 February 2015 by Annefou@uio.no (talk | contribs) (Created page with "Keep your code and documents safe: this is true that having backup is one of the most important best practices, but it should be maintained in well managed way.<br/>If you hav...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Keep your code and documents safe: this is true that having backup is one of the most important best practices, but it should be maintained in well managed way.
If you have multiple copies of the same source code or document, then it will create confusion and it would be difficult to identify latest code or document.
   It is strongly recommended to use proper source code version control system (such as git, mercurial, etc.).

You can find several good tutorials on the web. Here is a short list on git tutorials but feel free to use any other resources:

  • Got 15 minutes and want to learn Git? Follow this simple git tutorial at [1]
  • Learn git with Software carpentry at [2]
  • Learn git with Atlassian at [3]