+ [2015-10-08T22:59:58Z] Frenchiie Will the pip modules that I am using for a project also be pushed along with the project?
+ [2015-10-08T23:00:11Z] Frenchiie This is for python
+ [2015-10-08T23:07:28Z] Zarthus Frenchiie: check `git status`
+ [2015-10-08T23:07:43Z] Zarthus Frenchiie: anything not in your .gitignore but in your git directory will be pushed if they are added.
+ [2015-10-08T23:08:10Z] Zarthus from what I know, most people ship a requirements.txt file with their dependencies

message no. 115330

Posted by Geo in #github at 2015-10-08T00:28:19Z

Hi, I'm part of a project that just transitioned to github from cvs - we normally accept contributions via standard diff files. I have a queue of diffs now that I would like to incorporate into git- is there an 'easy button' way of doing this via github, w/o having to patch each one into the existing codebase one by one?
+ [2015-10-09T02:05:25Z] jikai hello
+ [2015-10-09T02:06:07Z] jikai Does "git push" communicate with github server by encryption?????
+ [2015-10-09T02:06:20Z] jikai Is it safety enough ????
+ [2015-10-09T02:20:47Z] milki jikai: that depens on the url you have used
+ [2015-10-09T02:21:09Z] milki jikai: https and ssh are encrypted