Want to build the ChatGPT based Apps? Start here
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Code Manage
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 (16)
Kaushik Dudhat (1)
Related resources for Code Manage
No resource found
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
Set Up GitHub With .NET Project
8/16/2021 2:23:23 PM.
In this article, we will learn how to setup GitHub with .NET project and push code to GitHub
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
Steps To Ignore Files Using Gitignore 📥📤 In Details
5/8/2021 12:11:12 PM.
We will discuss the steps to ignore files without committing to git or github and how to use .gitignore file.
Let's Learn About Merging The Git Branches 📥📤 And Create Pull Request In Details
5/7/2021 3:00:09 PM.
We will discuss, merging code from one branch to another branch and steps to create pull request.
Let's Understand About Git Branches 📥📤 And Its Real Time Uses
5/6/2021 4:45:48 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
5/5/2021 4:36:38 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.
Steps To Initialize A Git Repository And Push The Changes To GitHub 📥📤 In Details
5/1/2021 9:01:52 AM.
how to initialize a git repository and push the changes to GitHub. Also, we will learn how to add multiple files to staging area with a single command and commit.
Let's Understand How Git Maintains History Of Version Or Commit Ids 📥📤 With Details
4/28/2021 4:46:53 PM.
In this article, you will learn how Git maintains a history of version/commit ids.
Let's Know About Git Add, Git Commit, Git Status And Git Push 📥📤 In Details
4/27/2021 3:20:49 PM.
Here we learn git add, git commit, git status and git push commands in details.
Steps For Configuring Git 📥📤 With Details
4/24/2021 5:13:20 AM.
Steps for Configuring git on windows, understanding git clone, pull, private and public repositories
Introduction To Git 📥📤
4/20/2021 10:03:55 AM.
Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently.