Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update git log #3

Open
chuanxd opened this issue May 11, 2015 · 0 comments
Open

update git log #3

chuanxd opened this issue May 11, 2015 · 0 comments
Assignees

Comments

@chuanxd
Copy link
Owner

chuanxd commented May 11, 2015

example

git log 
git log —online
git log —online -p
git log —oneline —stat
git log —oneline —graph

git log —until=1.minute.ago    // until
git log —since=1.day.ago       // since days
git log —since=1.hour.ago     // since hours
git log —since=1.month.ago —until=2.week.ago // since 7 until (relative)
git log — since=2000-01-01 —until=2012-12–21 // since & until (absolute)

...etc

@chuanxd chuanxd self-assigned this May 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant