summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-09-11 12:50:39 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-11 12:50:39 +0200
commitb39a74e519e4d7c49056e9f0bd049637f8017a1d (patch)
treed191859be3baa43abfc50016acc4cf644a6f52a0
parent5d952f756bcf0355fc5d86d819dfc6913c0ae351 (diff)
downloadgitlab-ce-docs-use-yaml-test.tar.gz
Use yaml for articlesdocs-use-yaml-test
-rw-r--r--doc/articles/numerous_undo_possibilities_in_git/index.md17
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/articles/numerous_undo_possibilities_in_git/index.md b/doc/articles/numerous_undo_possibilities_in_git/index.md
index 895bbccec08..befa7a32ac8 100644
--- a/doc/articles/numerous_undo_possibilities_in_git/index.md
+++ b/doc/articles/numerous_undo_possibilities_in_git/index.md
@@ -1,9 +1,14 @@
-# Numerous undo possibilities in Git
-
-> **Article [Type](../../development/writing_documentation.md#types-of-technical-articles):** tutorial ||
-> **Level:** intermediary ||
-> **Author:** [Crt Mori](https://gitlab.com/Letme) ||
-> **Publication date:** 2017-08-17
+---
+title: I am a title
+date: 2019-09-09
+author: Hello
+author_gitlab: hello
+last_updated: 2019-09-10
+level: intermediary
+article_type: tutorial
+layout: article
+tags: [ git ]
+---
## Introduction