TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Branch
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Satyaprakash Samantaray (12)
George (2)
Sreenath Kappoor (1)
Arwin Neil Baichoo (1)
Saksham Gupta (1)
Rohit Gupta (1)
Harshal Limaye (1)
Satya Karki (1)
Rupesh Kahane (1)
Miguel Teheran (1)
Agnieszka Stec (1)
Nagaraj M (1)
Michael Lee (1)
Abhijit Patil (1)
Venkatasubbarao Polisetty (1)
Ivan Porta (1)
Sriganapathi S (1)
Ajit Srivastava (1)
Gowtham K (1)
Faisal Pathan (1)
Arvind Singh (1)
Abhishek Bhat (1)
Gul Md Ershad (1)
S.Ravi Kumar (1)
Manpreet Singh (1)
Narasimha Reddy Chennupalli (1)
Praveen Kumar (1)
Abhishek Jaiswal (1)
Rick Malek (1)
Related resources for Branch
No resource found
Switch Statement in C#
5/16/2024 4:00:25 AM.
Learn how to use the switch statement in C# for efficient control flow. Explore its syntax, including case labels, break statements, and default handling. Discover how to leverage switch with enums an
Azure DevOps For Web Devlopment - Part Two - Azure Repos
3/22/2024 9:00:47 AM.
In this second part of the Azure DevOps for Web Development Series, we saw how to initialize a local git repository and push your code to Azure Repos to save work and manage code changes across your t
Working with Branch Policies in Azure DevOps
3/18/2024 11:56:42 AM.
In this article, we will learn how to enforce quality and compliance standards in your Azure DevOps repositories by implementing branch policies. Ensure code quality, enforce code reviews, and automat
Let's Learn About Merging The Git Branches 📥📤 And Create Pull Request In Details
3/15/2024 6:16:24 AM.
Explore the intricacies of merging Git branches and initiating pull requests in this comprehensive guide. Learn how to manage version control effectively, collaborate with teams, and streamline your d
Let's Understand About Git Branches 📥📤 And Its Real Time Uses
3/15/2024 6:13:53 AM.
Git branch is nothing but the copy of source code. So, that way a developer can easily find the source code, by whom it was written, and using what language and it can be tracked easily.
Let's Know About Git Branches 📥📤 And How To Implement It
3/14/2024 10:56:13 AM.
Git branches are effectively a pointer to a snapshot of your modifications. So, Instead of copying files from directory to directory, Git stores a branch as a reference to a commit.
Introduction To Git 📥📤
3/14/2024 10:49:15 AM.
An introduction to Git: a powerful version control system for tracking changes in code projects. Git facilitates collaboration, tracks history, and manages changes through commits, branches, and merge
Steps To Ignore Files Using Gitignore 📥📤 In Details
3/14/2024 10:47:32 AM.
We will discuss the steps to ignore files without committing to Git or GitHub and how to use the .gitignore file. Explore detailed steps to exclude specific files or directories, enhancing version con
How to Remove Unwanted Branches from Local Using Git Bash
1/5/2024 5:43:02 AM.
In this article, I will explain how you can remove all the unwanted branches from your local, which do not exist remotely.
Trunk-based or Feature-based Development (2) - Comparison
1/2/2024 7:09:04 AM.
This article will discuss the Trunk-based and Feature-based Development. Explore the world of version control tool branching strategies in software development. This series discusses the Trunk-based a
Source Control (4-5), Git - Recover Deleted Branch
12/8/2023 4:47:25 AM.
This article will discuss how to recover the deleted branch in git
How to Delete a Git Branch - Locally and Remotely
11/2/2023 8:15:17 AM.
In this article, we'll explore the steps to delete a branch in Git, both locally and remotely.
How to Create and Manage Branches for GitHub repository using Visual Studio and GitHub
10/3/2023 6:15:09 AM.
There are different ways to create and manage the branches for your version control and code management for GitHub. This article explains two different ways to create branches: using GitHub website an
PL/SQL Control Statements in Oracle
7/27/2023 11:37:40 AM.
PL/SQL control statements are used to manage the flow of execution in Oracle's PL/SQL programming language. They enable developers to make decisions, iterate through data, and perform specific act
Adding Branch Name In The Commit Message Automatically Using Git Hooks
12/1/2022 5:19:22 AM.
In this article, you will learn how to create a hook in git in order to include the branch name in the commit message automatically
Early Merge Conflict Detection Across All Branches In VS Code
8/3/2022 11:13:43 PM.
We are happy to announce that GitLive's flagship feature, early merge conflict detection, now works across all branches in VS Code!
Git Hook To Validate The Branch Name
7/31/2022 11:09:50 PM.
In this article we will see how we can prevent wrong format, push of branch name.
How to Git Pull Remote Branch to Local Branch
7/23/2022 3:23:18 PM.
In this tutorial, you will understand what is git pull and how to fetch the remote branch into the local branch and know the diffrence between fetch and merge git commands
Conditional Statements in C#
4/25/2022 11:17:46 AM.
Here you will learn what Conditional Statements are and how to work with them in C#.
Managing Files On GitHub Using Git Bash In Real-Time Scenario - Know About GitHub Reviewer
1/17/2022 2:34:00 PM.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull
Managing Files On GitHub Using Git Bash In Real-Time Scenario - Removing A Specific File From Pull Request
1/17/2022 2:32:13 PM.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull
Enhance BPF With Branching in Dynamics CRM
10/27/2021 4:44:35 AM.
To define and enforce consistent business processes help people using the system can focus on their work and not to perform a set of manual steps. At times based on some conditions we must show or hid
How Azure Can Help Your Company Expand In Multiple Regions (4 Of 5)
7/22/2021 4:44:12 AM.
In this article, you will learn how Azure can help your company expand in multiple regions.
Python - Branching Statements ✍️
6/11/2021 8:59:23 AM.
In this article, you will learn about Python - Branching Statements.
Managing Files On GitHub Using Git Bash 📥📤 In Real-Time Scenario - Owner Uploads Project In GitHub Repo
5/25/2021 2:41:17 PM.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull
Lets Know About Team In GitHub 📥📤 In Details
5/22/2021 2:35:34 PM.
Teams are groups of organization members that reflect your company or group's structure with cascading access permissions and mentions. Organization owners and team maintainers can give teams admi
Let's Learn About GitHub Projects 📥📤 In Detail
5/21/2021 12:18:56 PM.
We can now implement GitHub Projects at the Organization level. All users in the Organization will have access to its Projects, so we and our team can plan and manage work across repositories.
Steps To Create And Configure Organizations In GitHub 📥📤 In Details
5/21/2021 5:29:14 AM.
Organizations are shared accounts where businesses and open-source projects can collaborate across many projects at once. Owners and administrators can manage member access to the organization's d
Let's Learn About Git Default Branch 📥📤 In Detail
5/11/2021 8:28:49 PM.
In this article, I will describe the below-mentioned points in detail, what is git default branch, use of git default branch, how to change the git default branch, check git default branch using Git B
How To Configure GitHub, Create Branching And Push/Pull Source Code
3/5/2021 2:56:50 PM.
In this article, you will learn how to configure github, create branching and push/pull source code.
Smart Branching in Bit Bucket
3/24/2020 4:44:25 PM.
In this article, you will learn how to do smart branching in Bit Bucket.
Code First Approach - Migration Issues
5/24/2019 9:25:03 AM.
In this article, we’ll learn how to solve the migration merging issues in the code first approach.
Git Operations With Visual Studio - Part Two 🚀
1/21/2019 11:01:17 PM.
In this post, I am going to explain some of the advanced Git operations using Visual Studio, like merging, resolving conflict, sync etc.
GitHub - Branching and Merging
6/12/2018 2:25:07 AM.
This video throws light on how to create branches and do code merging using GitHub.
Branching Over A "Type Code" - A Code Smell
1/13/2017 10:30:44 AM.
This article will explain how the branching over a type code is a serious type of code smell.
Get a Specific Branch Of GitHub Repo Using Xamarin Studio
12/22/2016 10:46:53 AM.
In this article, you will learn how to get a specific branch of GitHub Repo using Xamarin Studio.
Action: Conditional Branch In Nintex Workflows Through SharePoint 2013 And Office 365
10/22/2015 7:07:16 AM.
In this article you will learn Conditional Branch in Nintex Workflows through SharePoint 2013 and Office 365.
Creating Branches in TFS From Visual Studio
6/26/2015 10:56:01 AM.
This article explains how to create branches in the TFS from Visual Studio.
Git Version Control in Visual Studio 2015
11/25/2014 12:32:38 AM.
Git is an open source distributed Version Control System (VCS) where any number of developers can work together on a project
Applications Through C++
2/21/2014 1:01:24 PM.
Hello C++ lovers, today I will all familiarize you with some useful trade offs / applications of C++, concurent waiting and loops.
Working with COBOL Data Groups in C#
9/30/2012 4:48:49 AM.
In this article we will begin with a C# console application calling a COBOL DLL file. The C# application will pass it a number of occurrences to create in the table (much like a user requesting a specific number of months to report on).