Created
August 22, 2017 14:48
-
-
Save Vesely/1600b02ae2249b33d9e025b7678fb248 to your computer and use it in GitHub Desktop.
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
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