Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
(1) What did thd command “touch file” do?
(2) It would have been helpful either to make the text representing command prompt accurately represent what I see on my screen, or make it of a different color than the text of commands that I am supposed to type, as has been done in other tuturials.
The command “touch file” creates a blank file, named “file”.
And I’m sorry, but I don’t exactly understand what you mean about the text color.
Part 3 of this excellent git series. https://www.digitalocean.com/community/articles/how-to-use-git-branches
Jason, I think yeosamuelh would like the prompt to be a different color than the command you typed in. This had me thrown a bit too as I was typing the directory path as if it were part of the command. So instead of typing, “touch file” I was typing, “~/git/testing $ touch file”.
ssh://git@git.domain.tld/repository.git. is not easy understable. What should we that our domain is “example.com”? It should be ssh://git@git.example.com/repository.git. or what should be ?
@egemenozkan: It should be the git server you’re pushing to. It’s usually git@github.com if your repository is on Github.
@KamalNasser I did everything in first tutorial. I also did everything in this tutorail. But I couldn’t understand how can set droplet as a git server for remote access from eclipse, or etc… I have only an IP. I think that tutorials should be prepared for dummies. I have only one user and it is root. I don’t have a user which is called git. and I have only repository “testing” like on tutorial.
@egemenozkan: This article does not walk you through setting up a git server on your vps - it simply guides you how to use git effectively, and is not directly related to VPSes at all.