Instalăm Git
Să instalăm Git.
Pentru început trebuie să descărcăm git și notepad++ ( Downloads | Notepad++ (notepad-plus-plus.org) ) o putem face de aici ( Git - Downloading Package (git-scm.com) ), notepad++ se instalare normal și nu necesită nici-o configurare, în timpul instalării trebuie să urmăm următorii pași:
Când apare fereastra cu titlul "Select Components", bifați
- Windows Explorer integration
- Git Bash Here
- Git LFS (Large File Support)
- Associtate .git* configuration files with the default text editor
- Associtate .sh files to be run with Bash
Când apare fereastra cu titlul Choosing the default editor used by Git, alegeți din drop-down Use NotePad++ as default Git Editor
La fereastra Adjusting the name of the initial branch in new repositories alegeți "Let Git decide"
La fereastra Adjusting your path enviroment alegeți Git fro mthe command line and also from 3rd-party software
La fereastra Choosing the SSH executable, alegeți Use bundled OpenSSH
La fereastra Choosing HTTPS transport backend, alegeți Use the OpenSSL library
La fereastra Configuring the line ending conversions alegeți, Checkout as-is, commit as-is
La fereastra Configuring the terminal emulator to use with Git Bash alegeți, Use MinTTY
La fereastra Choose the default behaivor of `git pull` alegeți, Default (fast-forward or merge)
restul le lăsați implicit, cum vin ele selectate din installer.
După instalare o să observăm pe desktop (sau în start-bar) două iconițe anume Git GUI și Git Bash,
Iconița Git Bash & Git Gui
No Comments