rubymonsters / text-to-squares

Railsgirls Berlin Learning Group Project
13 stars 14 forks source link

git and time #154

Closed tyranja closed 11 years ago

tyranja commented 11 years ago

How can I find out, whats the latest branch I was working on?

fidothe commented 11 years ago

git status will tell you, as will running git branch without any options or arguments

rkh commented 11 years ago

If you changed the branch and want to see where you were before: git reflog.