CoderJony

Git

What are Untracked Files in Git?

What are Untracked Files in Git?

Whenever Git finds a new file inside the application folder, it is considered an Untracked File by Git, because Git doesn't know the file until we explicitly tell it about that file.

Read More By Ankush Jain
How to Delete Untracked Files in Git?

How to Delete Untracked Files in Git?

In this post, we will understand how can we delete untracked files present in the git repository. To understand what are Untracked Files? Refer to this - What are Untracked Files in Git?

Read More By Ankush Jain
Solution- The following untracked working tree files would be overwritten by merge

Solution- The following untracked working tree files would be overwritten by merge

Below, I have mentioned both root-cause & solution of the above error.

Read More By Ankush Jain
Solution- Found a swap file by the name ".git/.MERGE_MSG.swp"

Solution- Found a swap file by the name ".git/.MERGE_MSG.swp"

Normally, you get this error message when you are performing GIT operations from two different places. Like I got this issue while I was using Git Bash (Command Line) & Visual Studio together to perform Git operations.

Read More By Ankush Jain
Create a new project & push it to Git Repository

Create a new project & push it to Git Repository

If you are a beginner to Git then you have come to the right place.

Read More By Ankush Jain
How to refresh git branches in visual studio?

How to refresh git branches in visual studio?

Deleted remote branches are still visible in Visual Studio Team Explorer (Branches Section).

Read More By Ankush Jain