From fe240cba90ffcccaca997ed92bca5edf4c09d064 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 16 Aug 2018 22:47:42 -0300 Subject: [PATCH] Incluindo script para sincronização com o bitbucket. --- gitsync.sh | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) create mode 100755 gitsync.sh diff --git a/gitsync.sh b/gitsync.sh new file mode 100755 index 0000000..c8e8d14 --- /dev/null +++ b/gitsync.sh @@ -0,0 +1,11 @@ +#!/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 + + -- libgit2 0.21.2