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.
Git log Adding it to the bash script From now on you can type: and see the formatted git log, change the format as you…
Time to time we have to work on source code which are downloaded from a git repository, modify the code, implement the functionality, test it,…
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
∞Problem Description Suppose you have a local GIT repository where dev-stable-topic is the development branch and time to time the releases are made to…
Merge Conflict Often you will encounter merge conflicts while doing rebase operation as described above. Here, is a example merge conflict error: The above lines…
Using apt-get install Use the below command on your ubuntu terminal: Installation from source code But at times you want to install a particular version…