From 213d12020e626be33a1b29df816f840bde885ff1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 9 Nov 2015 18:21:17 +0200
Subject: [PATCH] By default, push with tags.

---
 .gitconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitconfig b/.gitconfig
index 831d67b..c3b343e 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -3,3 +3,5 @@
 	email = nimrod@shore.co.il
 [push]
 	default = simple
+[alias]
+	push = push --follow-tags
-- 
GitLab