Recommended GIT gui client, able to work on a custom-mapped port repository -


i've installed git server in private home environment. let's on port different 80 ( example 12345 ).

how can make day day operations using system in port mapped ?

i did not use 80, because need else

can guys recommend me gui git can work custom set-up ..

i'm looking @ ... https://git-scm.com/downloads/guis

you add remote url 1 using port have specified:

git remote add origin https://yourserver:12345/yourrepo.git 

you use similar url in of gui might end using.

git use url git pull/push/fetch operation.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -