Shell script for repeating tasks.
git config --global core.editor "'C:/Program Files/Sublime Text 3/sublime_text.exe' -w"
git config --global http.https://domain.com.proxy http://proxyUsername:proxyPassword@proxy.server.com:port
#.gitconfig file will look like :
[http "https://domain.com"]
proxy = http://proxyUsername:proxyPassword@proxy.server.com:port
git config --global credential.helper store
git config --global credential.https://domain.com.username username
#.gitconfig file will look like :
[credential]
helper = store
[credential "https://domain.com"]
username = username
git config http.sslVerify false
run below commands
pip3 install requests
pip install tqdm