From data to insights
  • About
  • Projects
  • Talks
  • Trips
  • Resume
  • Archives

Git mergetool tutorial

Date Sun 20 September 2015 Modified Tue 11 October 2016 Tags Explain X in 10 minutes / reproducible science / Git

Table Of Content for post

Skip to the relevant sections if needed.

  • Concepts for resolving Git conflicts
  • Setting up different editors / tool for using git mergetool
    • Finding out what mergetool editors are supported
  • mergetool simple code example for vimdiff
  • Other great references and tutorials

Concepts for resolving Git conflicts

For ...

more ...

Using Virtualenv for safeguarding research project dependencies

Date Wed 24 December 2014 Tags Python / reproducible science

Why virtualenv

It’s a tragedy whenever a code breaks after a software “update”. I have recently started using virtualenv for python to prevent my macport / apt-get updates from messing up the code of my research projects. Additionally, by providing a list of python package version, it can enhance reproducibility ...

more ...

About Karen Yin-Yee Ng
I am a Data Scientist who spent her PhD analyzing astronomical data with Machine Learning, statistics and Big Data tools

  • Social

    • LinkedIn
    • GitHub
    • Twitter
    • RSS
  • Tags


© 2015 Karen Yin-Yee Ng · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top