beta.blog

Archive for March, 2017

git: graphical view from terminal

by on Mar.10, 2017, under News

It is possible to get a graphical git tree from your terminal. The log command allows us to pass several parameters which will return a nice graphical representation of our git history:

git log --oneline --all --graph --decorate=full

You will even see the branch flow. Even though GUI’s such as Atlassian’s SourceTree or GitKraken might be more fancy, it’s a great thing to be aware that the terminal version of git is capable of the same functions.

Leave a Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!