ns-rse / git-collaboration

Intermediate level course on using Git for collaboration
https://ns-rse.github.io/git-collaboration/
Other
1 stars 0 forks source link

Hooks #70

Open ns-rse opened 2 months ago

Robadob commented 1 month ago

pull before push, entire section is a callout with no other content????

fredsonnenwald commented 1 month ago

I think this also need relating back to what researchers could get out of this

Robadob commented 1 month ago
conda create -n python-maths python=3.11
conda activate python-maths
conda install pre-commit

Could be

conda create -n python-maths python=3.11 pre-commit
conda activate python-maths
Robadob commented 1 month ago

Challenge 7 looks weird, as it hasn't got an intro body like the others.

fredsonnenwald commented 1 month ago

Call out for cron, are researchers likely enough to be using linux to justify a single OS call out?