You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use 'git log' to log commit history, if you dont want the detail message showsuse 'git log --pretty=oneline',then you'll get the log you want.Use 'git log --graph --pretty=oneline --abbrev-commit' to see a log with simple graph.