Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 29, 2021 7:10AM
Likes: 1
Replies: 2
I would like to know more about the topic of configuring the GIT integration to use manual commits. However, the documentation section is empty,
https://doc.dataiku.com/dss/latest/collaboration/version-control.html#manual-or-automatic-commits
Does anyone know about it?
Hello @emher
,
I never noticed before that section was empty! I hope some dataiker notice this and can answer you with a specific solution for that problem.
In terms of functionality, when you configure a project to use explicit commits (within a project go to "Settings" -> "Change management") you become responsible of committing any change to the project git. While all changes will be saved to the project, the git repository will not be aligned until you explicitly make the commit.
So, when you change to "Explict" (manaul) commits, you will start to see "Commit" options in different places:
When you click on it, you will get a pop up window where you must add now a message, and you can also review the differences.
Hope this helps!
Thank you so much, @Ignacio_Toledo
! That was exactly the answer I was looking for. I was looking at the wrong place (in the git settings)