swcarpentry / DEPRECATED-bc

DEPRECATED: This repository is now frozen - please see individual lesson repositories.
Other
299 stars 383 forks source link

After introducing `git log`, introduce `git log --oneline` or `git log --oneline --graph` #745

Closed gvwilson closed 7 years ago

gvwilson commented 9 years ago

Suggestion from learner.

drj11 commented 9 years ago

or my personal favourite:

git log --decorate --oneline --graph --all

which I use when I am "lost" on my branch.

jiffyclub commented 9 years ago

:+1:

gvwilson commented 7 years ago

Replaced by https://github.com/swcarpentry/git-novice/issues/314