From 1d69603bf5586f9026d5625d0117bc5191cc1e6c Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 15 Jan 2020 16:17:57 +0000
Subject: [PATCH] Add cl (clone) alias

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

diff --git a/tag-git/gitconfig b/tag-git/gitconfig
index b2c9f3a1..1a76b662 100644
--- a/tag-git/gitconfig
+++ b/tag-git/gitconfig
@@ -37,6 +37,7 @@
 	upstream = rev-parse --abbrev-ref --symbolic-full-name @{u}
 	ureset = !git reset --hard $(git upstream)
 	wip = !git add . && git commit -m 'wip'
+	cl = !hub clone
 
 [branch]
 	autosetupmerge = true