diff options
author | Alan Pearce | 2020-04-03 21:44:24 +0200 |
---|---|---|
committer | Alan Pearce | 2020-04-04 23:02:37 +0200 |
commit | 2697bb8d5da52d24c658477343a6e95f1bcddf18 (patch) | |
tree | 1ef7de443688232915021d7b64b990f25cd7b599 /post/repository-management-with-ghq.md | |
parent | 83ecabb56e267fca1d750792d78920f5ab8624c7 (diff) | |
download | website-2697bb8d5da52d24c658477343a6e95f1bcddf18.tar.lz website-2697bb8d5da52d24c658477343a6e95f1bcddf18.tar.zst website-2697bb8d5da52d24c658477343a6e95f1bcddf18.zip |
Use more common front matter markers
Diffstat (limited to 'post/repository-management-with-ghq.md')
-rw-r--r-- | post/repository-management-with-ghq.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/post/repository-management-with-ghq.md b/post/repository-management-with-ghq.md index d831c9e..656da0b 100644 --- a/post/repository-management-with-ghq.md +++ b/post/repository-management-with-ghq.md @@ -1,8 +1,8 @@ -+++ -Tags = ["development","git"] -date = "2017-05-06T23:31:51+02:00" -title = "Repository management with ghq" -+++ +--- +Tags: ["development","git"] +date: "2017-05-06T23:31:51+02:00" +title: "Repository management with ghq" +--- I recently encountered [ghq][], a tool for automatically organising VCS-backed projects automatically. Give it a repository URL, it will clone a project to |