Fix: draft true to false
This commit is contained in:
parent
67c2b69ace
commit
c5effb4ed8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
+++
|
+++
|
||||||
date = '2025-10-20T00:01:00+02:00'
|
date = '2025-10-20T00:01:00+02:00'
|
||||||
draft = true
|
draft = false
|
||||||
title = "Rewriting Git History: Changing Commit Authors"
|
title = "Rewriting Git History: Changing Commit Authors"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
+++
|
+++
|
||||||
date = '2025-10-20T00:01:00+02:00'
|
date = '2025-10-20T00:01:00+02:00'
|
||||||
draft = true
|
draft = false
|
||||||
title = "Réécrire l'historique Git : Changer les auteurs des commits"
|
title = "Réécrire l'historique Git : Changer les auteurs des commits"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue