Questions et réponses pour le git :

Récupérer toutes les FAQ sur git

4
votes
J'ai un dépôt git dans mon système. Lorsque j'entre git status à l'aide de Windows PowerShell , j'obtiens un résultat et lor ...

3
votes
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 ...

3
votes
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 ...

3
votes
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 ...