Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Information about GUIs... #114

Merged
merged 1 commit into from
Jul 16, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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