From 04243c1c524874d2990b57d366efa88551864045 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 17 Aug 2018 02:15:51 -0300 Subject: [PATCH] Inserindo script para sincronização com o bitbucket. --- gitsync.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) create mode 100755 gitsync.sh diff --git a/gitsync.sh b/gitsync.sh new file mode 100755 index 0000000..9411a4d --- /dev/null +++ b/gitsync.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# +# https://help.github.com/articles/syncing-a-fork/ +# +# https://help.github.com/articles/configuring-a-remote-for-a-fork/ + +git fetch origin +git checkout master +git merge origin/master + +git push bitbucket + -- libgit2 0.21.2