Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8022123
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:10:42+00:00 2026-06-04T22:10:42+00:00

Looking at the network graph for a github project, I see 3 branches of

  • 0

Looking at the network graph for a github project, I see 3 branches of interest; master, test, dev.

Looking at the github network graph further, I am led to believe that test is a branch of dev instead of a branch from master.

At some point, I will want to put the contents of test into master.

Will I need to delete master and create a new branch called master from test in order to “get” test into master? By the way, I would like to keep the master history so I can roll back to an earlier commit if needed. So, deleting sounds bad.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T22:10:44+00:00Added an answer on June 4, 2026 at 10:10 pm

    You should just merge test into master then.

    $ git checkout master
    $ git merge test
    

    A statement like “test is a branch of dev instead of a branch of master” isn’t really true wit Git. test might have branched off of commits from dev, but assuming that dev branched off of master at some point, then by the transitive property test branched off of master too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for a library that helps with network packet creation/parsing. Something as Python
I am looking for a plugin that helps developers create multithreaded network applications that
I have a data structure that represents a directed graph and I'm looking for
I have an app that crawls a network looking for movies, their titles, length
I'm looking for the configuration file that keeps track of the Network Proxy settings
i m looking for a bayesian network library that work on the iphone. any
I'm looking for an implementation of s-t cut algorithm for flow network (directed graph)
I'm looking for a full network monitoring tool that is able to understand the
I'm looking into C/C++ libraries (Win/Linux) that allow me to synchronize information over network.
I need to use 3rd-party code that's available publicly on github. I'm looking at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.