Skip to content

Instantly share code, notes, and snippets.

View egorzot's full-sized avatar
I want to break free

Egor Zotov egorzot

I want to break free
View GitHub Profile
git config \
--global \
url."https://oauth2:${personal_access_token}@privategitlab.com".insteadOf \
"https://privategitlab.com"
#or
git config \
--global \
url."https://${user}:${personal_access_token}@privategitlab.com".insteadOf \