I'am planning to create a git in my own server, but I need to know if its possible to create it and backup the final version of all the code to dropbox
This git will be in my own personal server
Thanks
|
|
|
Yes, definitely. Git is a distributed version control system, meaning even local copy is a separate repository. To copy the whole repository (and its content), you only need to copy the main directory (with Try it. Just create some repository, make some changes. Then copy the directory with your code (including |
|||||||||||
|