From f52b9f89c535ae498c61d2f59b9a2fb03680f217 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 15 Jan 2020 08:42:02 +0000
Subject: [PATCH] Add cl alias

---
 tag-git/gitconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tag-git/gitconfig b/tag-git/gitconfig
index 3c1dbd79..b2c9f3a1 100644
--- a/tag-git/gitconfig
+++ b/tag-git/gitconfig
@@ -6,6 +6,7 @@
 	browse = !hub browse
 	ca = commit --amend --verbose
 	car = commit --amend --no-edit
+	cl = !hub clone
 	co = checkout
 	compare = !hub compare
 	dc = diff --color --word-diff --cached