Showing posts with label GIT. Show all posts
Showing posts with label GIT. Show all posts

Friday, 22 October 2021

8 Must-Have Git Commands for Data Scientists by @snr14 via @kdnuggets

Git is a must-have skill for data scientists. Maintaining your development work within a version control system is absolutely necessary to have a collaborative and productive working environment with your colleagues. This guide will quickly start you off in the right direction for contributing to an existing project at your organization.

I good quick reminder of the commands you need to use in Git - worth a printout or adding it to something like an Evernote folder.

Wednesday, 20 March 2019

10 Git Commands You Should Know by @discdiver via @Medium

Understanding these commands and their common flags can save you a lot of time. This article covers a range of commands from inspecting changes and undoing to escaping Vim.

Some of these are really useful and this article is well worth a bookmark and some applause.