DEV Community

Ritik Soni
Ritik Soni

Posted on

2 1

Gitlab Upstream url[FIXED]

short post about upstream url of gitlab:-

The right way to set a upstream url of gitlab is:-

git remote add <upstream_name> <https://{your_username}@gitlab.com/<upstream_username>/<upstream_repo>.git
Enter fullscreen mode Exit fullscreen mode

Now if you already had set your url just do

git remote set-url <upstream_name> <https://{your_username}@gitlab.com/<upstream_username>/<upstream_repo>.git
Enter fullscreen mode Exit fullscreen mode

Hope this one works for you!

Top comments (0)

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay