From 01fdef22e74488180de54a5bae7d58908022398a Mon Sep 17 00:00:00 2001 From: Giulio Eulisse Date: Tue, 16 Jul 2013 03:21:29 +0200 Subject: [PATCH] Add information about GUIs --- faq.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/faq.mdwn b/faq.mdwn index 2bd0041d118ee..e343b17f227b6 100644 --- a/faq.mdwn +++ b/faq.mdwn @@ -176,6 +176,20 @@ which are made into Pull Requests. Given a Pull Request gets automatically assig The only recommendation so far has been use "use a somewhat descriptive names of the actual content". +### Is it possible to display a graphical view of my branches? + +For a text based output, you can use either: + + git show-branch ... + +or + + git log --graph --abbrev-commit ... + +Moreover there are a number of graphical GUIs including +gitk (Linux, Mac, Windows, included in git) or [SourceTree](http://www.sourcetreeapp.com) +(Mac, Windows). + ### Do you have any more in-depth FAQs? Yes, please look at the [Advanced Usage](advanced-usage) section.