-
在github上创建新的仓库,复制地址 url
-
在本地打开 gitbash,按照下面命令进行
git init
在本地创建仓库git add .
将本地文件全都暂存到本地仓库git commit -m "提交说明"
提交到本地仓库git remmot add origin 地址
连接到远程仓库git push -u origin master
创建上传流(u--upstream)
-
提交更改
git add "文件名"
本地暂存git commit -m "更改说明"
git push
git pull
与远程仓库同步
-
Notifications
You must be signed in to change notification settings - Fork 0
include-nan/Algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published