Skip to content

Instantly share code, notes, and snippets.

@Vesely
Created August 22, 2017 14:48
Show Gist options
  • Save Vesely/1600b02ae2249b33d9e025b7678fb248 to your computer and use it in GitHub Desktop.
Save Vesely/1600b02ae2249b33d9e025b7678fb248 to your computer and use it in GitHub Desktop.
Duplikace:
git clone --bare https://github.com/vaadin/vaadin-upload.git
cd public-repo.git
git push --mirror https://github.com/liffstudio/vaadin-upload.git
Přidání modulu:
git submodule add https://github.com/liffstudio/vaadin-upload.git vaadin-upload
Přidání remote z origininálu
git remote add public https://github.com/vaadin/vaadin-upload.git
Pull z originální repa:
git remote add public https://github.com/vaadin/vaadin-upload.git
git pull public master # Creates a merge commit
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment