Logo
  • PHP
    • HipHop / HHVM
    • Modern PHP
    • PHPStorm
    • LAMP
    • Laravel
    • Composer
    • PDO
  • JavaScript
    • node.js
    • AngularJS
  • CSS
    • SASS
    • “CSS4” (CSS level 4)
  • HTML
  • Git
  • LAMP
  • Vagrant
  • UI / UX
  • Architecture of …
  • Off-Topic
With ♥ from Berlin
December 20, 2013
Chris
Git
1

First look on Gitter, the chat for GitHub

PreviousNext

GitHub has definitly become the #1 platform for git-based public repositories on the planet, no question. The site offers excellent possibilities to navigate and organize code, and also some basic functionalities to keep in contact with your team or your contributors, but especially direct or tree-based team-communication can be difficult on GitHub.

Gitter wants to improve this by offering a (currently totally free) hosted “chat”-service for your (or other) GitHub repositories. It’s extremely easy to “install”, just log into your account, authorize via your GitHub account (one click) and chose a repo: This can be any private or public repository of your account or any (?) public repo on GitHub. That’s it. What you get is a long-term chat (that saves all messages) where everybody with a Gitter account can join, have a look at the screenshot:

 

laravel-laravel - Gitter

 

Some promotion screenshots, showing the nice integration of code and issues into the chat:

github gitter chat code

 

github chat issue gitter

 

Looks nice and smooth! But as the service is very fresh and still in beta mode, there are some downsides too:

 

The pros

  • Gitter is extremely easy to “set up” as it is a hosted service.
  • Gitter is free.
  • Gitter could solve the 100s-of-comments problem on GitHub. Popular repos have large and unreadable linear issue comment blocks.
  • Gitter offers private chats with single persons (very useful to share security-relevant stuff)
  • Excellent integration into your GitHub code and your GitHub issues (see the promo screenshots)
  • The service looks promising, with some more features it might be a very useful application

 

The cons

  • Currently there is only one linear chat per repo. This makes it quite annoying to discuss about issue #17 and bug XYZ at the same time. This is indeed a major problem, I really hope the Gitter devs will provide a per-issue-chat in the future.
  • Potential con: It is not possible to block people. Unfortunatly a lot of people use the GitHub issue thing to post their weird support requests a la “the script does not work please help”. People like them will thankfully use the chat to annoy the developers. Here we definitly need chat-invitations or block-a-user features.
  • Nobody has a Gitter account yet: Even the biggest repos in the world have “dead” Gitter channels. I think a lot of people would use such a chat, but Gitter is in beta mode and only gives away account for people on the waiting list. This will hopefully change when the service goes public.

 

Definitly something every GitHub user should try out. Request a beta account on: gitter.im now.

 

This article was written quite a while ago (9 years), please keep this in mind when using the information written here. Links, code and commands might be outdated or broken.

Random articles

  • Get visitor stats for your GitHub repo with BitDeliGet visitor stats for your GitHub repo with BitDeli
  • Get Github’s code colors in PHPStorm (2014 style)Get Github’s code colors in PHPStorm (2014 style)
  • GitHub introduces revert button / rollback for merged pull requestsGitHub introduces revert button / rollback for merged pull requests
  • GitHub rolls out .PSD diff and viewingGitHub rolls out .PSD diff and viewing
  • GitHub buys Easel.io, a code-free full website creator worth a lookGitHub buys Easel.io, a code-free full website creator worth a look
  • GitHub finally introduces repo traffic statsGitHub finally introduces repo traffic stats
  • php-login goes #2 PHP script worldwide in BitDeli statsphp-login goes #2 PHP script worldwide in BitDeli stats
  • New GitHub repo: simple php-long-polling for creating real-time appsNew GitHub repo: simple php-long-polling for creating real-time apps
  • Which server OS version to choose ? Some EOL lists of Debian, Ubuntu and CentOSWhich server OS version to choose ? Some EOL lists of Debian, Ubuntu and CentOS
chatcodeGitHubgitterrepo
Share this

1 Comment

  • mydigitalself
    December 21, 2013 2:43 pm

    Hi, Mike here from Gitter, thanks for the write-up.

    Just so you know, you can already mention issues in a repo chat by typing # followed by the issue number. We also introduced full markdown support yesterday so you can use GitHub flavoured MD in your chat, including “` for code, which also provides full syntax highlighting.

    All three of your cons will be addressed very soon. We will be introducing the ability to create custom rooms and are certainly exploring creating rooms for issues. We’ll also introduce the ability to block people from chat rooms as well as 1:1 conversations. We hope to remove the limited beta very soon in the New Year, we’ve obviously just wanted to control growth, listen to some feedback and iron out a few issues before we go public.

    Feel free to check out our Trello page and vote for the features you’d like to see in the future:
    https://trello.com/b/ghYXB9rc/gitter-dev

    We hope you continue to enjoy using our product, we’re really excited by the reception it’s receiving so far and our goal is build the best chat product for software development.

    Also, if you’re on a Mac (for now) feel free to check our our desktop app: https://gitter.im/apps

    Enjoy!

    Reply

Leave A Comment Cancel reply

Hacked french TV channel exposed passwords in TV interview (video, screenshots, links)

This week a major french TV networks was hacked (Article on CNN #1, #2), resulting in 11 channels being completely

the-php-login-project

How to install php-login-minimal on Ubuntu 12.04 LTS

In this article I’ll show you how to install the minimal version of the php-login.net‘s login script (see the GitHub

digitalocean coupon

DigitalOcean VPS coupon codes for december 2013 and early 2014

Some (working!) coupon codes for DigitalOcean, the low-cost VPS server/hosting provider of the year. They are for NEW customers, but

How to show the available version of a package (before doing apt-get install)

To show the version of the package that will be installed with apt-get install, do apt-cache policy packagename. To show

Going node.js at Netflix (Slides by Micah R of Netflix)

It’s awesome how node.js takes over the absolute AAA-level corporate world. Note that node.js is still an early alpha product

A quick history of Comic Sans, the most wrongly used font ever

Excellent 10min presentation every frontend developer should see. Yes, even if you never touched Photoshop and never chose a font,

Berlin, prepare for TOA conference (15th – 17th of July)

If you are in Berlin right now (and have 80-300 € to spend and 2-3 days of holidays (or “spontanious

Frontend Ops Conf 2014 – Keynote by Alex Sexton: “Front End Operations”

This article was written quite a while ago (9 years), please keep this in mind when using the information written

Dangerous Performance Myths in the Web (video talk by Thomas Lohner, PHPUG Latvia)

A very interesting talk from Latvia’s (not 100% sure) PHP usergroup meeting: Thomas Lohner (of SysEleven) explains why some of

You made a mess with Git ? Here’s a flowchart guideline on how to fix

Extremely useful. Originally created by Justin Hileman in the presentation Changing History, or How to Git pretty. You’ll also find

1/4

Categories

Search

laracon-2014-eu-amsterdam
Laracon 2013 – Kapil Verma: Engineering Complex Applications with Laravel 4 (40min video)
Joshua Davis – my hero of Flash – in two excellent interviews (audio, video)
php
How to setup / install PHP 5.6 on Ubuntu 14.04 LTS
How to setup a config-free WordPress, PHP and MySQL (for local development) in Windows 7 / 8 in under 3 minutes
Useful basic linux stuff: Show kernel version, distribution name and distribution version on Ubuntu systems
[Link] Interesting: Designing a Nuclear Waste Warning Symbol That Will Still Make Sense in 10,000 Years
digitalocean coupon
DigitalOcean VPS coupon codes for december 2013 and early 2014
DigitalOcean coupon voucher 50
Only today: $50 coupon for DigitalOcean SSD VPS / hosting
php
PHP.net hacked, but most things are fine again
mod-rewrite-ubuntu-14-04-lts
How to enable mod_rewrite in Ubuntu 12.04 LTS
Microsoft announces “holographic” 3D interfaces (promo video)
Ghost
[FREE SERVER PROMO] Install GHOST for free on a free SSD server with this coupon
Create a fast, perfect and bootable 1:1 Windows backup (full clone of HDD) for SSD migration
php uk conference
PHP Caching Best Practices by Eli White (video from PHP UK Conference 2014)
hiphop php
[Link] How to set up HipHop, Nginx and Laravel in Ubuntu 12.04 LTS (in a Vagrant box)

Tags

apache bash centos composer conference coupon CSS debian fonts framework git GitHub hack HHVM HipHop HTML HTML5 IDE JavaScript JS LAMP laravel linux mod_rewrite MVC MySQL Nginx optimization PHP PHP 5.5 PHP 5.6 phpmyadmin PHPStorm security server SSD Ubuntu UI UX vagrant video virtual machine voucher VPS wordpress
Side-Project: Wordle-Solver:
www.wordle-helper.info

Pages

  • Privacy Policy
 
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT