A tutorial on setting up a private git repository on Dropbox

Source: Internet
Author: User
Tags version control system

Guide Git version control system requires a server side, and on GitHub to create a private git server-side warehouse that touches the charges, so here we use Dropbox free space to take a look at the tutorial to build a private git repository on Dropbox.

One, create a remote repository folder (. git suffix) in the Dropbox folder
CD ~/dropbox/projectmkdir Demo.git
Second, enter the Demo.git folder and initialize the repository
CD demo.gitgit Init--bare
Third, create a copy of the local clone, if you want to create it in the ~/lab/demo/directory
CD ~/lab/git Clone ~/dropbox/project/demo.git Demo
iv. testing git
CD Demotouch readmegit add readmegit commit-m "fisrt commit" Git push Origin Master
v. Shared/dropbox/project/demo.git folder
[Share]comment=this is Linux share Directorypath=/home/myth/sharepublic=yeswritable=yes

Free to provide the latest Linux technology tutorials Books, for open-source technology enthusiasts to do more and better: http://www.linuxprobe.com/

A tutorial on setting up a private git repository on Dropbox

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.