+ [2015-02-12T21:52:38Z] VxJasonxV nitind: the webhooks and services in a repository's settings
+ [2015-02-12T21:52:51Z] VxJasonxV gabeio: it varies
+ [2015-02-12T21:53:33Z] gabeio should I message support@github about it or do they have a different email?
+ [2015-02-12T22:00:53Z] VxJasonxV https://community.github.com/
+ [2015-02-12T22:08:44Z] gabeio thanks!

message no. 79076

Posted by VxJasonxV in #github at 2015-02-12T00:11:29Z

We generally consider autoreplies to be noise.
+ [2015-02-13T06:04:21Z] linuxmint Hello, can someone help me? I setup a website repository. I then setup a local git directory with $ git init. I need to push to the website repository, but $ git push, gave error: configure a remote repository using git remote add <name> <url>.
+ [2015-02-13T06:04:30Z] linuxmint I already setup a remote website repository? I think I need to change my process of setting up the local git repository from command $ git init, to maybe $ git remote add <name> <url>?
+ [2015-02-13T06:13:30Z] thibaultcha You need git init, which will initialize a git repo, and then git remote add <name> <url> to add a remote to that local git repository
+ [2015-02-13T06:14:15Z] thibaultcha Then you will be able to push, and this making your repo distributed
+ [2015-02-13T07:49:17Z] IamTrying Can anyone please ask Github.com developers to add the feature in comments of issues? I have a many issues where random people comments. But in Github.com there is no way to reply on comment by ID number like Google has. Can Github.com developers make all the comments under one issue with comment IDS please?