#2838 Git commands on merge request don't work

v1.0.0
closed
sf-1 (616)
SCM
nobody
2015-08-20
2011-09-20
No

current commands

git checkout master;
git fetch git://git.code.sf.net/u/brondsem/test-forking 5d58d5da273616163e127746b6d975967a7d2bb6;
git merge 5d58d5da273616163e127746b6d975967a7d2bb6

but 'git fetch' errors fatal: Couldn't find remote ref 5d58d5da273616163e127746b6d975967a7d2bb6

update to:

git checkout master;
git fetch master; # or whatever the remote branch is
git merge 5d58d5da273616163e127746b6d975967a7d2bb6

Discussion

  • Dave Brondsema

    Dave Brondsema - 2011-09-20

    And Hg's merge command says there's nothing to merge

    • status: in-progress --> code-review
    • assigned_to: Dave Brondsema --> Rick Copeland ☕
     
  • Dave Brondsema

    Dave Brondsema - 2011-09-20

    forge:db/2838

    • code review
    • make sure the commands make sense. I tested them with prod repos. On sandboxes you'd have to transpose the repo urls to get it to work.
     
  • Dave Brondsema

    Dave Brondsema - 2011-09-27
    • assigned_to: Rick Copeland ☕ --> Jenny Steele
     
  • Jenny Steele - 2011-09-27
    • status: code-review --> closed
     

Log in to post a comment.