Skip to content

Instantly share code, notes, and snippets.

@blackwatertepes
Created December 30, 2013 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackwatertepes/8186711 to your computer and use it in GitHub Desktop.
Save blackwatertepes/8186711 to your computer and use it in GitHub Desktop.
Git Strangeness
[preproduction][~] git log
commit 61cec4a71dbea09af2b4c8072216adfa2d8bcc4c
Author: Tyler J. Kuhn <tyler@wargoats.com>
Date: Fri Dec 6 11:51:09 2013 -0800
if notes have no body, they get deleted
[preproduction][~] git status
# On branch preproduction
nothing to commit, working directory clean
[preproduction][~] git pull --rebase origin preproduction
From github.com:Spongecell/Spongecell-Platform
* branch preproduction -> FETCH_HEAD
First, rewinding head to replay your work on top of it...
[preproduction][~] git status
# On branch preproduction
# Your branch and 'origin/preproduction' have diverged,
# and have 444 and 34 different commits each, respectively.
# (use "git pull" to merge the remote branch into yours)
#
nothing to commit, working directory clean
@blackwatertepes
Copy link
Author

The last commit in the log is on preproduction, and i shouldn't have any unpushed commits.

@pkelly
Copy link

pkelly commented Dec 30, 2013

I don't see the Fri Dec 6 commit on my preproduction branch.

Maybe you have a commit or two on your branch that don't exist on the new preproduction branch, preventing the fast-forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment