Created
October 25, 2017 13:23
-
-
Save suresh-kumara-gist/0dbee2325b7309fcb47c76df6bc5dace to your computer and use it in GitHub Desktop.
set up upstream
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
| git remote -v | |
| to add upstream url: | |
| git remote add upstream https://gitlab.test.de/drupal/website.git | |
| to modify upstream url: | |
| git remote set-url upstream https://gitlab.test.de/sureshk/website.git | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment