To see got commit log, type
git log
To see logs in one line, run
git log --oneline
To see one line grap, use
git log --oneline --graph
or
git log --oneline --graph --decorate
To see got commit log, type
git log
To see logs in one line, run
git log --oneline
To see one line grap, use
git log --oneline --graph
or
git log --oneline --graph --decorate
Leave a Reply