{"id":41124,"date":"2016-10-14T15:00:27","date_gmt":"2016-10-14T12:00:27","guid":{"rendered":"http:\/\/examples.javacodegeeks.com\/?p=41124"},"modified":"2019-04-23T14:23:39","modified_gmt":"2019-04-23T11:23:39","slug":"best-git-guis","status":"publish","type":"post","link":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/","title":{"rendered":"Best Git GUIs"},"content":{"rendered":"<p>As we know, right now the usage of <code>Git<\/code> is quite popular and the <code>Github<\/code> profile has been name card for the developers. You can create your own project and update it. Also, you can work collaboratively with others with some open-source project. It has been a very convenient development tool for the software developers since its first release.<\/p>\n<h2>1. Introduction<\/h2>\n<p>Compared with other Version Control Systems, such as&nbsp;<code>SVN<\/code>&nbsp;(Apache Subversion) and&nbsp;<code>CVS<\/code>(Concurrent Version System), Git is more powerful. This&#8217;s because of its distributed nature, fast operation and branch handling mechanism. The distributed system makes it easy and efficient for multiple developers to work together towards the same project.&nbsp;<code>Git<\/code>&nbsp;works fast as its lightweight operations. Also every developer can work with the code as its own branch. Others can merge to different branches and this makes cooperation work quite easy. In addition,&nbsp;<code>Git<\/code>&nbsp;is free and open-source.<\/p>\n<p>In a common sense, <code>Git<\/code> has various operations through the command line operations. So,&nbsp;someone may attempt to make a better usage of <code>Git<\/code>, one that should be very familiar with the command line operations.<\/p>\n<p>However, this is not true. The command line works well with non-GUI system, like *nix systems. But for other systems, you may want to operate on the GUIs. This could make your life much easier, without the need to remember so many command line instructions. Luckily, <code>Git<\/code> provides multiple choices for you.<\/p>\n<p>In this article, I&#8217;ll introduce a convenient <code>Git<\/code> GUI I&#8217;ve been using, called GitKraken.&nbsp;In the following example, all are shown in MacOS EI Capitan Version 10.11.5 and the&nbsp;<code>Git<\/code>version is 2.7.4. At the same time, you need to install&nbsp;GitKraken 1.5.2 or higher version.<\/p>\n<\/p>\n<h2>2. Git GUIs<\/h2>\n<h3>2.1 Built-in GUI of Git<\/h3>\n<p>For <code>Git<\/code>, it comes with the built-in tools for committing and browsing. For committing, the <code>git gui<\/code> is a Tcl\/Tk based graphical user interface. It allows users to make changes to their projects. This could be achieved by making new comments, making changes to existed files, performing merges, etc. <code>git gui<\/code> focuses more on commit generation and single file annotation. It doesn&#8217;t show the project history. However, it supports menu actions and could work on nearly all systems, like Unix, Mac OS, and Windows.<div style=\"display:inline-block; margin: 15px 0;\"> <div id=\"adngin-JavaCodeGeeks_incontent_video-0\" style=\"display:inline-block;\"><\/div> <\/div><\/p>\n<p>For the command, you can try with different ones, like blame, browser, citool and version. The blame command could start a blame viewer on the specified file on the given version. The browser command can start a tree browser, which could show all files in the specified commit. The files selected through the browser are opened in the blame viewer. The citool command could start <code>git gui<\/code> and arrange to make one commit before exiting and returning to the shell. Note this operation is limited to one commit action only. Meanwhile, we can use the version command to show the current running version of the <code>git gui<\/code>.<\/p>\n<p>Take blame command as an example, we can use the command of <code>git gui blame makefile<\/code>. This command shows the content of the makefile file in the current working directory. Also, it provides annotations for both the original author of each line, and the one who moved the line to the current location.<\/p>\n<p>For <code>gitk<\/code>, it&#8217;s the repository browser for <code>Git<\/code>. It could show branches, commit history and the file difference. It&#8217;s the utility started by the Repository Visualize actions of <code>git gui<\/code>.<\/p>\n<h3>2.2 Git GUI of GitKraken<\/h3>\n<p>Though a built-in component of <code>Git<\/code>, <code>git gui<\/code> is not that convenient to use. Luckily, there&#8217;s lots of third parties who work on the GUI for <code>Git<\/code>, like GitX, Gitbox, SmartGit, GitKraken etc. These tools could be working for different platforms, such as Windows, MacOS and *nix systems. Also, some of them are free for usage, which makes them more convenient. The full list could be checked at this link&nbsp;<a href=\"https:\/\/git-scm.com\/downloads\/guis\">https:\/\/git-scm.com\/downloads\/guis<\/a>.<\/p>\n<p>One of these GUIs is called GitKraken, which is quite powerful and convenient to use.&nbsp;First of all, it\u2019s free. Then, it\u2019s cross-platform and could be used in Windows, MacOS and Linux. Finally, it\u2019s easy to operate on it and connect it with both&nbsp;<code>Git<\/code>&nbsp;and&nbsp;<code>Github<\/code>.<\/p>\n<p>You can download it from the&nbsp;<a href=\"https:\/\/www.gitkraken.com\/\">official site<\/a>. Then, install it. Open the GitKraken, and&nbsp;connect your local repository with your&nbsp;<code>Github<\/code>&nbsp;account. You can go to preferences\/authentication\/Github.com. Then input your&nbsp;<code>Github<\/code>&nbsp;account user name and password. In the end, you may see successful connection like below:[ulp id=&#8217;pzgfvmZhgslwSymm&#8217;]<\/p>\n<p><figure id=\"attachment_39997\" aria-describedby=\"caption-attachment-39997\" style=\"width: 868px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/Git-Github.jpg\"><img decoding=\"async\" class=\"wp-image-39997 size-full\" src=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/Git-Github.jpg\" alt=\"Git &amp; Github\" width=\"868\" height=\"698\" srcset=\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/Git-Github.jpg 868w, https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/Git-Github-300x241.jpg 300w, https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/Git-Github-768x618.jpg 768w\" sizes=\"(max-width: 868px) 100vw, 868px\" \/><\/a><figcaption id=\"caption-attachment-39997\" class=\"wp-caption-text\">Git &amp; Github<\/figcaption><\/figure><\/p>\n<p>One feature for GitKraken is that it can scan the&nbsp;<code>Git<\/code>&nbsp;repository on your local machine. This could be very convenient. Then what you need to do is to go to a specific project, which you want to work on.<\/p>\n<p>For example, you can make a simple readme file and initialize it as a <code>Git<\/code>&nbsp;repository. Then you may update is for several times. For example, the initial content in the readme file is:<\/p>\n<pre class=\"brush:bash\">WXMs-MacBook-Pro:GitTreeViewExample WXM$ cat README.txt\nHi there!\n<\/pre>\n<p>Then you can update it and add the name like below:<\/p>\n<pre class=\"brush:bash\">WXMs-MacBook-Pro:GitTreeViewExample WXM$ cat README.txt\nHi there!\n\nI'm Steve.\n<\/pre>\n<p>Finally, I get something like below.<\/p>\n<pre class=\"brush:bash\">WXMs-MacBook-Pro:GitTreeViewExample WXM$ cat README.txt\nHi there!\n\nI'm Steve.\n\nNice to meet you here.\n\nIt's easy to use Git.\n\nI'm in a test branch.\n\nI'm in a master branch now.\n<\/pre>\n<p>For the whole process of these updates, you may check out my other&nbsp;post on <a href=\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/git-tree-viewer-example\/\">Git TreeViewer<\/a>.<\/p>\n<p>One feature for GitKraken is that it can scan the Git repository on your local machine. This could be very convenient. Then what you need to do is to go to a specific project, which you want to work on.<br \/>\nFor example, coming back to the previous example.&nbsp;You can see all the information for each commit like below:<\/p>\n<p><figure id=\"attachment_39998\" aria-describedby=\"caption-attachment-39998\" style=\"width: 860px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/rsz_gitkraken_tree_viewer.jpg\"><img decoding=\"async\" class=\"wp-image-39998 size-full\" src=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/rsz_gitkraken_tree_viewer.jpg\" alt=\"rsz_gitkraken_tree_viewer\" width=\"860\" height=\"265\" srcset=\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/rsz_gitkraken_tree_viewer.jpg 860w, https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/rsz_gitkraken_tree_viewer-300x92.jpg 300w, https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/rsz_gitkraken_tree_viewer-768x237.jpg 768w\" sizes=\"(max-width: 860px) 100vw, 860px\" \/><\/a><figcaption id=\"caption-attachment-39998\" class=\"wp-caption-text\">GitKraken GUI<\/figcaption><\/figure><\/p>\n<p>In addition, you can also find the basic information for your local and remote repository like below:<\/p>\n<p><figure id=\"attachment_39999\" aria-describedby=\"caption-attachment-39999\" style=\"width: 394px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/GitKraken-repository.jpg\"><img decoding=\"async\" class=\"wp-image-39999 size-full\" src=\"http:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/GitKraken-repository.jpg\" alt=\"GitKraken repository\" width=\"394\" height=\"696\" srcset=\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/GitKraken-repository.jpg 394w, https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2016\/08\/GitKraken-repository-170x300.jpg 170w\" sizes=\"(max-width: 394px) 100vw, 394px\" \/><\/a><figcaption id=\"caption-attachment-39999\" class=\"wp-caption-text\">GitKraken repository<\/figcaption><\/figure><\/p>\n<p>So, with these features of GitKraken, you can easily manipulate the operations of <code>Git.<\/code><\/p>\n<p>Meanwhile, the official site of GitKraken provides a cheat sheet for users. You can download it from this link: <a href=\"https:\/\/www.gitkraken.com\/faq\">https:\/\/www.gitkraken.com\/faq<\/a>.<\/p>\n<h2>3. Conclusion<\/h2>\n<p>In conclusion, multiple options could be chosen for <code>Git<\/code> GUI. You may want to choose one of them and get familiar with it. This could make you <code>Git<\/code> life much easier. Have fun with the GUIs!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As we know, right now the usage of Git is quite popular and the Github profile has been name card for the developers. You can create your own project and update it. Also, you can work collaboratively with others with some open-source project. It has been a very convenient development tool for the software developers &hellip;<\/p>\n","protected":false},"author":73,"featured_media":27377,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1353],"tags":[1603],"class_list":["post-41124","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-git","tag-git-gui"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Best Git GUIs - Java Code Geeks<\/title>\n<meta name=\"description\" content=\"As we know, right now the usage of Git is quite popular and the Github profile has been name card for the developers. You can create your own project and\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Best Git GUIs - Java Code Geeks\" \/>\n<meta property=\"og:description\" content=\"As we know, right now the usage of Git is quite popular and the Github profile has been name card for the developers. You can create your own project and\" \/>\n<meta property=\"og:url\" content=\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/\" \/>\n<meta property=\"og:site_name\" content=\"Examples Java Code Geeks\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/javacodegeeks\" \/>\n<meta property=\"article:published_time\" content=\"2016-10-14T12:00:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-04-23T11:23:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/09\/git-logo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"150\" \/>\n\t<meta property=\"og:image:height\" content=\"150\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jun Wu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@javacodegeeks\" \/>\n<meta name=\"twitter:site\" content=\"@javacodegeeks\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jun Wu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/\"},\"author\":{\"name\":\"Jun Wu\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/6593091dba631ca0f41c4ba4e7c97678\"},\"headline\":\"Best Git GUIs\",\"datePublished\":\"2016-10-14T12:00:27+00:00\",\"dateModified\":\"2019-04-23T11:23:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/\"},\"wordCount\":1025,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/09\/git-logo.jpg\",\"keywords\":[\"Git GUI\"],\"articleSection\":[\"Git\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/\",\"url\":\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/\",\"name\":\"Best Git GUIs - Java Code Geeks\",\"isPartOf\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/09\/git-logo.jpg\",\"datePublished\":\"2016-10-14T12:00:27+00:00\",\"dateModified\":\"2019-04-23T11:23:39+00:00\",\"description\":\"As we know, right now the usage of Git is quite popular and the Github profile has been name card for the developers. You can create your own project and\",\"breadcrumb\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#primaryimage\",\"url\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/09\/git-logo.jpg\",\"contentUrl\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/09\/git-logo.jpg\",\"width\":150,\"height\":150},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/examples.javacodegeeks.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Software Development\",\"item\":\"https:\/\/examples.javacodegeeks.com\/category\/software-development\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Git\",\"item\":\"https:\/\/examples.javacodegeeks.com\/category\/software-development\/git\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Best Git GUIs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#website\",\"url\":\"https:\/\/examples.javacodegeeks.com\/\",\"name\":\"Java Code Geeks\",\"description\":\"Java Examples and Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/#organization\"},\"alternateName\":\"JCG\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/examples.javacodegeeks.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#organization\",\"name\":\"Exelixis Media P.C.\",\"url\":\"https:\/\/examples.javacodegeeks.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png\",\"contentUrl\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png\",\"width\":864,\"height\":246,\"caption\":\"Exelixis Media P.C.\"},\"image\":{\"@id\":\"https:\/\/examples.javacodegeeks.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/javacodegeeks\",\"https:\/\/x.com\/javacodegeeks\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/6593091dba631ca0f41c4ba4e7c97678\",\"name\":\"Jun Wu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/11\/Jun-Wu-96x96.jpg\",\"contentUrl\":\"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/11\/Jun-Wu-96x96.jpg\",\"caption\":\"Jun Wu\"},\"description\":\"Jun (Steven) Wu is a current Master student in Computer Science &amp; Engineering department of University of Nebraska Lincoln (Lincoln, NE, USA). His current interests focus on Programming Languages (Java, Python), Relational Database (MySQL), NoSQL Database (Apache Cassandra, MongoDB), and Computer Networks.\",\"sameAs\":[\"https:\/\/wuxiaomin98.wordpress.com\/\"],\"url\":\"https:\/\/examples.javacodegeeks.com\/author\/jun-wu\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Best Git GUIs - Java Code Geeks","description":"As we know, right now the usage of Git is quite popular and the Github profile has been name card for the developers. You can create your own project and","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/","og_locale":"en_US","og_type":"article","og_title":"Best Git GUIs - Java Code Geeks","og_description":"As we know, right now the usage of Git is quite popular and the Github profile has been name card for the developers. You can create your own project and","og_url":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/","og_site_name":"Examples Java Code Geeks","article_publisher":"https:\/\/www.facebook.com\/javacodegeeks","article_published_time":"2016-10-14T12:00:27+00:00","article_modified_time":"2019-04-23T11:23:39+00:00","og_image":[{"width":150,"height":150,"url":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/09\/git-logo.jpg","type":"image\/jpeg"}],"author":"Jun Wu","twitter_card":"summary_large_image","twitter_creator":"@javacodegeeks","twitter_site":"@javacodegeeks","twitter_misc":{"Written by":"Jun Wu","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#article","isPartOf":{"@id":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/"},"author":{"name":"Jun Wu","@id":"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/6593091dba631ca0f41c4ba4e7c97678"},"headline":"Best Git GUIs","datePublished":"2016-10-14T12:00:27+00:00","dateModified":"2019-04-23T11:23:39+00:00","mainEntityOfPage":{"@id":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/"},"wordCount":1025,"commentCount":0,"publisher":{"@id":"https:\/\/examples.javacodegeeks.com\/#organization"},"image":{"@id":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#primaryimage"},"thumbnailUrl":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/09\/git-logo.jpg","keywords":["Git GUI"],"articleSection":["Git"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/","url":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/","name":"Best Git GUIs - Java Code Geeks","isPartOf":{"@id":"https:\/\/examples.javacodegeeks.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#primaryimage"},"image":{"@id":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#primaryimage"},"thumbnailUrl":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/09\/git-logo.jpg","datePublished":"2016-10-14T12:00:27+00:00","dateModified":"2019-04-23T11:23:39+00:00","description":"As we know, right now the usage of Git is quite popular and the Github profile has been name card for the developers. You can create your own project and","breadcrumb":{"@id":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#primaryimage","url":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/09\/git-logo.jpg","contentUrl":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/09\/git-logo.jpg","width":150,"height":150},{"@type":"BreadcrumbList","@id":"https:\/\/examples.javacodegeeks.com\/software-development\/git\/best-git-guis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/examples.javacodegeeks.com\/"},{"@type":"ListItem","position":2,"name":"Software Development","item":"https:\/\/examples.javacodegeeks.com\/category\/software-development\/"},{"@type":"ListItem","position":3,"name":"Git","item":"https:\/\/examples.javacodegeeks.com\/category\/software-development\/git\/"},{"@type":"ListItem","position":4,"name":"Best Git GUIs"}]},{"@type":"WebSite","@id":"https:\/\/examples.javacodegeeks.com\/#website","url":"https:\/\/examples.javacodegeeks.com\/","name":"Java Code Geeks","description":"Java Examples and Code Snippets","publisher":{"@id":"https:\/\/examples.javacodegeeks.com\/#organization"},"alternateName":"JCG","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/examples.javacodegeeks.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/examples.javacodegeeks.com\/#organization","name":"Exelixis Media P.C.","url":"https:\/\/examples.javacodegeeks.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/examples.javacodegeeks.com\/#\/schema\/logo\/image\/","url":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png","contentUrl":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png","width":864,"height":246,"caption":"Exelixis Media P.C."},"image":{"@id":"https:\/\/examples.javacodegeeks.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/javacodegeeks","https:\/\/x.com\/javacodegeeks"]},{"@type":"Person","@id":"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/6593091dba631ca0f41c4ba4e7c97678","name":"Jun Wu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/examples.javacodegeeks.com\/#\/schema\/person\/image\/","url":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/11\/Jun-Wu-96x96.jpg","contentUrl":"https:\/\/examples.javacodegeeks.com\/wp-content\/uploads\/2015\/11\/Jun-Wu-96x96.jpg","caption":"Jun Wu"},"description":"Jun (Steven) Wu is a current Master student in Computer Science &amp; Engineering department of University of Nebraska Lincoln (Lincoln, NE, USA). His current interests focus on Programming Languages (Java, Python), Relational Database (MySQL), NoSQL Database (Apache Cassandra, MongoDB), and Computer Networks.","sameAs":["https:\/\/wuxiaomin98.wordpress.com\/"],"url":"https:\/\/examples.javacodegeeks.com\/author\/jun-wu\/"}]}},"_links":{"self":[{"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/posts\/41124","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/users\/73"}],"replies":[{"embeddable":true,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/comments?post=41124"}],"version-history":[{"count":0,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/posts\/41124\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/media\/27377"}],"wp:attachment":[{"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/media?parent=41124"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/categories?post=41124"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/examples.javacodegeeks.com\/wp-json\/wp\/v2\/tags?post=41124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}