Get free YouTube views, likes and subscribers
Get Free YouTube Subscribers, Views and Likes

Git: How to Download u0026 Install Git on Windows 10 u0026 Choose Install Options

Follow
The Grok Shop

A tutorial and howto demonstration of a download and installation of Git on Windows 10 64 bit. All install options are discussed in some detail in a stepby step fashion. The Bash shell, MinTTY, and MinGW 64 bit are briefly discussed & the configuration / install options are considered.

Companion Blog Post: https://grokshop.tv/howtodownloadi...

Change default text editor:
git config global core.editor "'C:\Windows\gvim.bat' f i NONE"

Change SSL/TLS ("HTTPS Transport") library:
git config global http.sslBackend schannel
git config global http.sslBackend openssl

Change line ending conventions:
git config global core.autocrlf true
git config global core.autocrlf input
git config global core.autocrlf false

Enable / Disable file system caching:
git config core.fscache true
git config core.fscache false

Disable Git Crendential Mapper:
git config system unset credential.helper
git config global credential.helper ''
git config global core.askpass ''


Find it on Amazon:
https://www.amazon.com/shop/grokshop


#git #windows #grokshop #thegrokshop

* We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites

posted by ibrahimomq0