diff options
author | Alan Pearce | 2023-04-19 13:26:53 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-19 13:27:19 +0200 |
commit | dedca264d10a44a9137a0490941be55a5c32a5fb (patch) | |
tree | 2574e254fd062489745e87ac8669629076d1c4ec /post/repository-management-with-ghq.md | |
parent | b1ee898dafe258fede47f083b3ec23efc909eb30 (diff) | |
download | website-dedca264d10a44a9137a0490941be55a5c32a5fb.tar.lz website-dedca264d10a44a9137a0490941be55a5c32a5fb.tar.zst website-dedca264d10a44a9137a0490941be55a5c32a5fb.zip |
Use more compatible front-matter marker
Diffstat (limited to 'post/repository-management-with-ghq.md')
-rw-r--r-- | post/repository-management-with-ghq.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/post/repository-management-with-ghq.md b/post/repository-management-with-ghq.md index dd21db9..dce62da 100644 --- a/post/repository-management-with-ghq.md +++ b/post/repository-management-with-ghq.md @@ -1,9 +1,9 @@ -+++ +--- 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 |