Skip to content

Commit

Permalink
Merge pull request #114 from ktf/gh-pages
Browse files Browse the repository at this point in the history
Information about GUIs...
  • Loading branch information
ktf committed Jul 16, 2013
2 parents 91bd55d + 01fdef2 commit 4e5f8fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions faq.mdwn
Original file line number Diff line number Diff line change
Expand Up @@ -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 <branch-1> <branch-2> ... <branch-n>

or

git log --graph --abbrev-commit <branch-1> <branch-2> ... <branch-n>

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.
Expand Down

0 comments on commit 4e5f8fa

Please sign in to comment.