Kedro Git Init

Immediately after , before you start running or your first line of code the first thing you should always do after getting a new kedro template created is to .

Immediately after kedro new, before you start running kedro install or your first line of code the first thing you should always do after getting a new kedro template created is to git init.

https://youtu.be/IGba3ytf_6U

git-init">git init #

Its as simple as these three commands to get started.

git init
git add .
git commit -m init

I don’t care if this project is for learning, if it will never have a remote or not, use git.

Connections

Related tags and posts connected to this entry.