gitee如何在本地初始化远程已有项目

1

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
git init
git init
git init

2

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
git remote add origin xxx@gitee.com/xxx/yyyy.git
git remote add origin xxx@gitee.com/xxx/yyyy.git
git remote add origin xxx@gitee.com/xxx/yyyy.git

3

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
git pull origin master:master
git pull origin master:master
git pull origin master:master

4

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
git push -u origin master
git push -u origin master
git push -u origin master

5

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
git add .
git commit -m ...
git add . git commit -m ...
git add .
git commit -m ...

 

Leave a Reply

Your email address will not be published. Required fields are marked *