If you're looking for a reliable and user-friendly Git repository, GitHub is my go-to choice. It’s free to use unless you need private repositories, which…
Continue reading → Setting Up Git for Windows: A Step-by-Step Guide
∞Handling large file git git. Git LFS is for supporting large files which are bigger than Git's recommended 50MB file size. You cannot push these files to your repository unless you have installed Git-LFS. This post describes the steps involved how to install Git-LFS on a Windows 10 machine.
If you're looking for a reliable and user-friendly Git repository, GitHub is my go-to choice. It’s free to use unless you need private repositories, which…
Continue reading → Setting Up Git for Windows: A Step-by-Step Guide
∞Configure name and email address Initialize a git repo Add file in the repo Commit your changes Checking status of the git repo Removing a…