Git
https://try.github.io/levels/1/challenges/1 (Super nifty tutorial on the basics of Git which is about as far as we’ll need to go)
C++
https://www.tutorialspoint.com/cplusplus/ (Lets you compile code in browser to test)
https://www.tutorialspoint.com/cplusplus/ (Lets you compile code in browser to test)
http://www.cplusplus.com/doc/tutorial/ (More focused on the theory)
Python
https://www.tutorialspoint.com/python/ (Lets you compile code in browser to test; Note: in 2.7 but pretty much the same syntax)