My favorite git repository is github. It is free unless you want to create a private repository. For private repositories you have to pay a…
Continue reading → How to install and use a GIT client in Windows
∞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.
My favorite git repository is github. It is free unless you want to create a private repository. For private repositories you have to pay a…
Continue reading → How to install and use a GIT client in Windows
∞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…