Git

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche

Overwrite from origin

git reset --hard origin/master

Git clone trough a temporary proxy

git clone <YOUR_GIT_PROJECT> --config "http.proxy=<YOUR_PROXY>:<YOUR_PROXY_PORT>"