Skip to content

Tech For Talk

a blog site for programmers

  • Contact

Category: Git

Posted on December 1, 2020May 1, 2022

How to install Git Large File Storage on Windows 10

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.

Share this:

  • Email
  • Tweet
  • Reddit
  • Pocket
  • Print
  • Share on Tumblr

Like this:

Like Loading...
Posted on October 7, 2019November 7, 2019

Useful git command for developers

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…

Continue reading → Useful git command for developers

Share this:

  • Email
  • Tweet
  • Reddit
  • Pocket
  • Print
  • Share on Tumblr

Like this:

Like Loading...
Posted on September 10, 2019September 10, 2019

How to work in private branch in GIT

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,…

Continue reading → How to work in private branch in GIT

Share this:

  • Email
  • Tweet
  • Reddit
  • Pocket
  • Print
  • Share on Tumblr

Like this:

Like Loading...

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

Share this:

  • Email
  • Tweet
  • Reddit
  • Pocket
  • Print
  • Share on Tumblr

Like this:

Like Loading...
∞
Posted on January 22, 2018May 1, 2022

Git Rebasing

  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…

Continue reading → Git Rebasing

Share this:

  • Email
  • Tweet
  • Reddit
  • Pocket
  • Print
  • Share on Tumblr

Like this:

Like Loading...
Posted on January 22, 2018February 14, 2018

How to resolve merge conflict in GIT

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…

Continue reading → How to resolve merge conflict in GIT

Share this:

  • Email
  • Tweet
  • Reddit
  • Pocket
  • Print
  • Share on Tumblr

Like this:

Like Loading...
Posted on November 24, 2017February 14, 2018

Installing GIT on Ubuntu 12.04

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…

Continue reading → Installing GIT on Ubuntu 12.04

Share this:

  • Email
  • Tweet
  • Reddit
  • Pocket
  • Print
  • Share on Tumblr

Like this:

Like Loading...

Recent Posts: Tech For Talk

Chapter 7 : Class Template Instantiation

C++ Templates Made Easy

Chapter 6 : Working with Class Templates

How to add Microsoft KM Loopback adapter in Windows 10

Chapter 5 : Miscellaneous template aspects

Top Posts & Pages

  • How to add/compile a kernel module as a new buildroot package
  • Chapter 4 : Return type of template function in C++
  • Cross compiling custom Linux Kenel driver for Rasberry Pi Platform
  • Format a micro SD card using gparted utility
  • How to pipe one bash command output to another within a python script
  • How to invoke Linux shell command from C++ program and collect data

Copyright Notice

© [Vivek Bhadra] and [http://vivekbhadra.wordpress.com], [2017]. Unauthorized use and/or duplication of this material without express and written permission from this site’s author and/or owner is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to [Vivek Bhadra] and [http://vivekbhadra.wordpress.com] with appropriate and specific direction to the original content.

Powered by WordPress.com.
  • Contact
 

Loading Comments...
 

    %d bloggers like this: