A reminder of usefull git commands.
[Read More]Git - Proxy
Corporate proxy configuration
In my current company, for security reasons, our windows computers are configured to use a corporate proxy for all our web accesses.
To avoid errors like fatal: unable to access ...: Received HTTP code 407 from proxy after CONNECT
, we have to set up git
to use this proxy with the right authentication settings.
Git - GitLab Pages
New project setup
Now we see how to use GitLab and Git for code or blog versioning and deployment through the GitLab Pages feature.
[Read More]