15 Feb'12
Git through http proxy
Use this command to globally configure git:
git config --global http.proxy http://10.108.4.62:8080
Category: administration
10 Feb'12
Git default remote
git branch --set-upstream master <strong>origin</strong>/master
origin - name of the default remote
Category: administration