Get projects from the repository (獲取項目) Back

1. Create a new project

  • Initialize a project
git init
  • Add file into the project
git add *
git add README

2. Clone a existed project

  • Clone a project
git clone [url]

3. set remote and add it to Github

git remote add origin [remote github url]
# set the new remote

git remote -v
# verifies the new remote URL
Empty Comments
Sign in GitHub

As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.

Notice: This plugin has used Cookie to store your token with an expiration.