git - How to conduct version control offline(without networking literally)? -


our team developing same software project on separate pcs(the networking blocked due our company rule), drug. now, our developing flow serial. when member adds feature, had wait b finish development , copy of b's project. so, here question:

  • how conduct version control when networking not allowed? there best practices this? there git implementation allows create git repository having setting server , corresponding key, stuff that?

any suggestion appreciated?

you can git bundle @ anytime, , transmit single file same way getting copy of b's project.

that file act git repo , not need server setup. once received other party, he/she can pull file. , missing commits.

i had develop incremental bundles before.

transmitting repo single file limit risk of data corruption during said transfer.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -