How to install git command line tool on MacBook M1 or M2
How to install git on Mac m1 or m2? 1) got on browser and search for git, Open this site and navigate to downloads and Click on download for macOS 2) It will show you the download command -brew install git To download git you must have Homebrew Installed on your system 3) Go to Homebrew website And download & install Homebrew on your Mac using terminal. After installing the brew on your Mac. You can check if it installed or not in terminal by typing brew —help and it will show you all the options available in terminal. 4) After installing brew in terminal go back to git website and you can see this command ```brew install git``` Run that command on your terminal It will install the git on your Mac and now you can use the git to push or pull code via terminal on your system Thanks for Watching Please Like , Share and Subscribe for more…..
How to install git on Mac m1 or m2? 1) got on browser and search for git, Open this site and navigate to downloads and Click on download for macOS 2) It will show you the download command -brew install git To download git you must have Homebrew Installed on your system 3) Go to Homebrew website And download & install Homebrew on your Mac using terminal. After installing the brew on your Mac. You can check if it installed or not in terminal by typing brew —help and it will show you all the options available in terminal. 4) After installing brew in terminal go back to git website and you can see this command ```brew install git``` Run that command on your terminal It will install the git on your Mac and now you can use the git to push or pull code via terminal on your system Thanks for Watching Please Like , Share and Subscribe for more…..