Nous avons un projet où nous avons dû à un moment revenir un peu en arrière dans l'histoire de Git et démarrer une nouvelle branche (que nous appellerons ici "new ...
Bonjour, j'obtiens cette erreur lorsque j'essaie de créer mon projet dans Jenkins. Started by user jenkins
Building in workspace /var/lib/jenkins/workspace/booking-widget-api
> git ...
import git
repo = git.Repo(repo_dir)
ref_name = 'master'
for commit in repo.iter_commits(rev=ref_name):
<some code here>
This code iterates through all the commits. I want to iterate b ...