Created
June 7, 2020 20:00
-
-
Save aleguerra05/41cd02c2dc5ba393602cdb67d60279a4 to your computer and use it in GitHub Desktop.
bundle git changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machineA$ git bundle create feature.mirama.bundle develop..feature/mirama --all | |
machineA$ git tag -f semana1 feature/mirama | |
'send the file | |
machineB$ git bundle verify feature.mirama.bundle | |
machineB$ git ls-remote feature.mirama.bundle | |
machineB$ git checkout feature/mirama | |
machineB$ git pull feature.mirama.bundle | |
'next time | |
machineA$ git bundle create feature.mirama.bundle semana1..feature/mirama --all | |
machineA$ git tag -f semana2 feature/mirama |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment