version control question

You’re welcome.

[quote=295332:@Emile Schwarz]Still useful when no Internet connection available while coding (most of the time) ?

Advices with names ?
(that works without internet)[/quote]
Git handles this really well. You can make commits without the sever, and push them all when ready. Just make sure you pull from the server before going offline.

Thank you Thom.