Git: Very Basic Commands

Here are some very basic git commands. They are very useful for git beginners. Here is the step-by-step guide: Go to any folder where you want to create local copy of your repository cd /path/to/your/directory Create a working copy of a local repository git clone /path/to/repository For remove server: git clone username@host:/path/to/repository For example, if … Read more