diff --git a/gitsync.sh b/gitsync.sh index 371a00e..a7751b9 100755 --- a/gitsync.sh +++ b/gitsync.sh @@ -11,6 +11,13 @@ # git remote add github https://github.com/PerryWerneck/pw3270.git # git push github --all # +# SUBTREES: +# +# https://www.atlassian.com/blog/git/alternatives-to-git-submodule-git-subtree +# +# + +# git fetch lib3270 git fetch origin git checkout master -- libgit2 0.21.2