Skip to content

Instantly share code, notes, and snippets.

@aleguerra05
Created June 7, 2020 20:00
Show Gist options
  • Save aleguerra05/41cd02c2dc5ba393602cdb67d60279a4 to your computer and use it in GitHub Desktop.
Save aleguerra05/41cd02c2dc5ba393602cdb67d60279a4 to your computer and use it in GitHub Desktop.
bundle git changes
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