diff options
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 |