diff options
author | Alan Pearce | 2020-11-14 21:19:20 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-14 21:52:50 +0100 |
commit | 42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa (patch) | |
tree | 279e1c567ab73b2beae4d1190112dbda8721fe3c /content/post/repository-management-with-ghq.md | |
parent | 5c7878c3d18eae1d635aff080bebaff32bc553ad (diff) | |
download | website-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.tar.lz website-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.tar.zst website-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.zip |
Convert front matter for zola
Diffstat (limited to 'content/post/repository-management-with-ghq.md')
-rw-r--r-- | content/post/repository-management-with-ghq.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/content/post/repository-management-with-ghq.md b/content/post/repository-management-with-ghq.md index 656da0b..c225ace 100644 --- a/content/post/repository-management-with-ghq.md +++ b/content/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 |