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

  • Home
  • SEARCH
  • 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 6163893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:54:06+00:00 2026-05-23T21:54:06+00:00

I have a local system where i work (windows) and commit changes and a

  • 0

I have a local system where i work (windows) and commit changes and a production server (ubuntu) where i pull the changes.

I create a new branch when i have major changes on the code. Last branch is 0.9.1

I pull on the server with:

sudo git pull git@git.myrepo.com:myproject.git 0.9.1

however, i wanted to roll back to a previous branch (0.9) and can only see this when i do a branch -a:

* master
  remotes/origin/0.1
  remotes/origin/0.2
  remotes/origin/0.3
  remotes/origin/0.4
  remotes/origin/0.5
  remotes/origin/0.6
  remotes/origin/0.7
  remotes/origin/HEAD -> origin/master
  remotes/origin/master

on my local machine i use git gui and I can see the branch 0.9 (and 0.8 and 0.9.1)
How come i cannot see it on the server?

Thanks

  • 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-05-23T21:54:07+00:00Added an answer on May 23, 2026 at 9:54 pm

    You should checkout a local branch try this instead of a git pull:

    git checkout -b 0.9.1
    

    After that, do your work then push the changes to the remote:

    git push origin 0.9.1
    

    Off topic, you should consider tags instead of branches for major releases.

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

Sidebar

Related Questions

I have a Windows service running in local system that simply keeps trying to
I have a Windows Service application (developed in C++) running under Local System account.
I have a windows service running as local system, which will search for some
I have a windows service application that runs as Local System, and I want
I have some local changes to an open source project which uses Subversion as
I have a local mercurial repository with some site-specific changes in it. What I
I'm running Watin tests with xUnit on CC.Net under Windows Server 2003. I have
I have configured PHP to run under FastCgi on IIS7 on Windows Server 2008
I have an updated cygwin-full install ,mingw ,codeblocks on a windows system. i have
I have a local user, which is member of Administrators local group. When I

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.