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 Source Code Management
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 (15)
Related resources for Source Code Management
No resource found
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
Let's Understand How Git Maintains History Of Version Or Commit Ids 📥📤 With Details
3/14/2024 10:48:47 AM.
In this article, you will Delve into Git's intricate versioning system, uncovering its robust method of tracking changes through commit IDs and the underlying mechanisms of branch management and r
Steps For Configuring Git 📥📤 With Details
3/14/2024 10:48:11 AM.
Configuring Git involves setting preferences like user information, default text editor, and merging tool. Create or clone repositories, add remotes, commit changes, and push or pull code. Utilize bra
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
Let's Know About Git Add, Git Commit, Git Status And Git Push 📥📤 In Details
3/14/2024 10:31:54 AM.
Git is a distributed version control system essential for managing code projects. "Git add" stages changes for commit, "git commit" records changes to the repository, "git sta
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
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