Commit 54eea83b0e42f2a79187e53034ded508b335de75
1 parent
1ea65321
Exists in
master
and in
5 other branches
Incluindo anotações sobre uso de git subtrees
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
gitsync.sh
| ... | ... | @@ -11,6 +11,13 @@ |
| 11 | 11 | # git remote add github https://github.com/PerryWerneck/pw3270.git |
| 12 | 12 | # git push github --all |
| 13 | 13 | # |
| 14 | +# SUBTREES: | |
| 15 | +# | |
| 16 | +# https://www.atlassian.com/blog/git/alternatives-to-git-submodule-git-subtree | |
| 17 | +# | |
| 18 | +# | |
| 19 | + | |
| 20 | +# git fetch lib3270 | |
| 14 | 21 | |
| 15 | 22 | git fetch origin |
| 16 | 23 | git checkout master | ... | ... |