Created
February 11, 2009 04:44
-
-
Save ivanoats/61831 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ivan@tremuloides:08:38 PM:search> git push | |
updating 'refs/heads/master' | |
from 3c273440101f86414c8d55298afb5ae74fd012e1 | |
to 4789259153a48bb7d1c2205c15513be70465a257 | |
Also local refs/remotes/origin/master | |
Generating pack... | |
Done counting 40 objects. | |
Result has 24 objects. | |
Deltifying 24 objects... | |
100% (24/24) done | |
Writing 24 objects... | |
100% (24/24) done | |
Total 24 (delta 10), reused 0 (delta 0) | |
warning: updating the currently checked out branch; this may cause confusion, | |
as the index and working tree do not reflect changes that are now in HEAD. | |
ivan@tremuloides:08:38 PM:search> git status | |
# On branch master | |
nothing to commit (working directory clean) | |
ivan@tremuloides:08:41 PM:search> git branch | |
* master | |
ivan@tremuloides:08:41 PM:search> git reflog | |
4789259... HEAD@{0}: commit: first part of upgrade to rails 2 | |
3c27344... HEAD@{1}: | |
ivan@tremuloides:08:42 PM:search> git log | |
commit 4789259153a48bb7d1c2205c15513be70465a257 | |
Author: Ivan Storck <[email protected]> | |
Date: Tue Feb 10 20:38:40 2009 -0800 | |
first part of upgrade to rails 2 | |
commit 3c273440101f86414c8d55298afb5ae74fd012e1 | |
Author: Ivan Storck <[email protected]> | |
Date: Tue Feb 10 22:15:12 2009 -0500 | |
initial commit from production | |
ivan@tremuloides:08:43 PM:search> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment