Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GIT使用 #15

Open
doin opened this issue Sep 25, 2017 · 0 comments
Open

GIT使用 #15

doin opened this issue Sep 25, 2017 · 0 comments

Comments

@doin
Copy link
Owner

doin commented Sep 25, 2017

给现有的项目添加到GIT管理

git init
git remote add origin xxxxxx远程地址
git pull
//记得添加.igrone过滤
git add .
git commit -am 'xxxx'
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant