+[2015-10-08T22:59:58Z]FrenchiieWill the pip modules that I am using for a project also be pushed along with the project? +[2015-10-08T23:00:11Z]FrenchiieThis is for python +[2015-10-08T23:07:28Z]ZarthusFrenchiie: check `git status` +[2015-10-08T23:07:43Z]ZarthusFrenchiie: anything not in your .gitignore but in your git directory will be pushed if they are added. +[2015-10-08T23:08:10Z]Zarthusfrom what I know, most people ship a requirements.txt file with their dependencies
+[2015-10-09T02:05:25Z]jikaihello +[2015-10-09T02:06:07Z]jikaiDoes "git push" communicate with github server by encryption????? +[2015-10-09T02:06:20Z]jikaiIs it safety enough ???? +[2015-10-09T02:20:47Z]milkijikai: that depens on the url you have used +[2015-10-09T02:21:09Z]milkijikai: https and ssh are encrypted