diff options
author | Alan Pearce | 2020-11-14 21:19:20 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-14 21:52:50 +0100 |
commit | 7b8e1090ccfc4dee2be6ebb3631e2b3f5d90183a (patch) | |
tree | 90ddfac26b050f0855c91a1f543cd8e255ddea5a /post/repository-management-with-ghq.md | |
parent | afe1f53c564a2a7b3df3429ba1f3e22d83bef3ae (diff) | |
download | website-7b8e1090ccfc4dee2be6ebb3631e2b3f5d90183a.tar.lz website-7b8e1090ccfc4dee2be6ebb3631e2b3f5d90183a.tar.zst website-7b8e1090ccfc4dee2be6ebb3631e2b3f5d90183a.zip |
Convert front matter for zola
Diffstat (limited to 'post/repository-management-with-ghq.md')
-rw-r--r-- | post/repository-management-with-ghq.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/post/repository-management-with-ghq.md b/post/repository-management-with-ghq.md index 656da0b..c225ace 100644 --- a/post/repository-management-with-ghq.md +++ b/post/repository-management-with-ghq.md @@ -1,8 +1,9 @@ ---- -Tags: ["development","git"] -date: "2017-05-06T23:31:51+02:00" -title: "Repository management with ghq" ---- ++++ +date = 2017-05-06T23:31:51+02:00 +title = "Repository management with ghq" +[taxonomies] +tags = ["development","git"] ++++ I recently encountered [ghq][], a tool for automatically organising VCS-backed projects automatically. Give it a repository URL, it will clone a project to |