- Module Maintainer: Adrian Etter (
@eydrian
) - Course: Programming Practices for Research in Economics
- Institute: Dept of Economics, Uni Zurich
- Current Version: Fall 2017 edition
This module aims to:
- Convey the advantages of Version Control Systems
- Understand the vocabulary of Git
- Work with Git on you computer
- Use branches and merge work streams
- Know where to read up advanced stuff
Run Snakemake
from the ROOT directory of this repository
snakemake all
- Install snakemake:
pip install snakemake
# or OSX: brew install snakemake
- Snakemake Tutorial: click here
- Install pandoc: follow set up here
- pandoc help: click here
- This module is designed after and borrows a lot from:
Effective Programming Practices for Economists
, a course by Hans-Martin von Gaudecker- Software Carpentry's
GIT
lesson
The suggested citation for this repository is:
Lachlan Deer, Adrian Etter, Julian Langer & Max Winkler, 2017, Introduction to git: git-local, Programming Practices for Research in Economics, University of Zurich
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.