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 8201329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:46:27+00:00 2026-06-07T06:46:27+00:00

Firstly, how can I see which branch I am currently on? I typed git

  • 0

Firstly, how can I see which branch I am currently on? I typed “git branch” but it returned

* (no branch)
  master

so then when I commit, where are these changes being committed to?

Secondly, how can I get the changes I have made onto the master branch?

  • 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-07T06:46:29+00:00Added an answer on June 7, 2026 at 6:46 am

    When you commit something in that situation, the commit is created the same way as normally, but there is no branch pointing to it. To make it easier to find the commit afterwards (i.e. without remembering the hash or using reflog) and to protect against the garbage collector, you can create a branch to it even after committing:

    git commit
    git branch tmp
    

    After that one way of getting the changes back to master is the following, assuming that the checked out commit was a parent of master:

    git rebase master
    git checkout master
    git merge tmp
    git branch -d tmp
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Firstly I've looked at a lot of posts on Stackoverflow but I don't see
Firstly, Thanks everyone for all your help. I can see the successful completion of
Firstly sorry if this is a common question but I couldn't find anything on
Firstly, this is going to sound like homework, but it ain't. Just a problem
Firstly, I realise that this is a very similar question to this one: Which
I've read about oAuth, Amazon REST API, HTTP Basic/Digest and so on but can't
Firstly, I'm aware of this question , but I don't believe I'm asking the
Firstly, Real World Haskell , which I am reading, says to never use foldl
I'm working on a little Java game in which all sorts of events can
Basically my server sends a client a string which is then broken down on

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.