摘要:
Git installation and configuration 1. Git installation Windows – Download the installer from https://git-scm.com/download/win – git-bash.exe 2. Git co 阅读全文
摘要:
Issue1: email address ***** is not registered in your account, and you lack 'forge committer' permission Issue2: The result of 'git log' display two n 阅读全文
摘要:
Create a repository method 1: create a new local repository git init (project name) method 2: download fron an existing repository git clone my_url Ob 阅读全文