diff options
author | Alan Pearce | 2020-04-03 21:44:24 +0200 |
---|---|---|
committer | Alan Pearce | 2020-04-04 23:02:37 +0200 |
commit | 8568ada6ddde91e4cd53ae2351385bca4d7d6531 (patch) | |
tree | 5e5718bff91130637816553649974d2fad8f5615 /content/post/repository-management-with-ghq.md | |
parent | c649194fdc77889ca282c2f42507d777b3b933f6 (diff) | |
download | website-8568ada6ddde91e4cd53ae2351385bca4d7d6531.tar.lz website-8568ada6ddde91e4cd53ae2351385bca4d7d6531.tar.zst website-8568ada6ddde91e4cd53ae2351385bca4d7d6531.zip |
Use more common front matter markers
Diffstat (limited to 'content/post/repository-management-with-ghq.md')
-rw-r--r-- | content/post/repository-management-with-ghq.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/post/repository-management-with-ghq.md b/content/post/repository-management-with-ghq.md index d831c9e..656da0b 100644 --- a/content/post/repository-management-with-ghq.md +++ b/content/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 |