Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[15:12:33 CDT(-0500)] <EricDalquist> what does "git remote -v" show you?

[15:12:48 CDT(-0500)] <athena> origin git@github.com:/bourey/uPortal.git (fetch)

[15:12:48 CDT(-0500)] <athena> origin git@github.com:/bourey/uPortal.git (push)

[15:12:48 CDT(-0500)] <athena> upstream git@github.com:Jasig/uPortal.git (fetch)

[15:12:48 CDT(-0500)] <athena> upstream git@github.com:Jasig/uPortal.git (push)

[15:12:56 CDT(-0500)] <EricDalquist> ok

[15:12:57 CDT(-0500)] <EricDalquist> try:

[15:13:08 CDT(-0500)] <EricDalquist> git push -f upstream HEAD^:master

[15:13:31 CDT(-0500)] <EricDalquist> that should un-push the last commit from upstream (jasig/uportal)

[15:13:44 CDT(-0500)] <athena> excelletn