文件名称:expensify-app
文件大小:373KB
文件格式:ZIP
更新时间:2024-05-22 12:37:11
JavaScript
Git命令 git init-创建新的git repo git状态-查看对项目代码的更改git add-将文件添加到暂存区git commit -m“ message”-使用暂存区git log创建文件的新提交-查看最近的提交git config --global user.name“您的名字” git config --global user.email git commit --amend --reset-author git remote-查看远程目标git remote -v git push git push heroku掌握 shorcut仅添加所有修改的文件:git commit -a -m“ message”或它提交-am“ message”而不是1)git add和2)git commit 其他的东西 heroku open(直接在浏览器中打开url)heroku日志(
【文件预览】:
expensify-app-master
----public()
--------index.html(643B)
--------images()
----yarn.lock(226KB)
----webpack.config.js(3KB)
----src()
--------store()
--------styles()
--------selectors()
--------playground()
--------firebase()
--------components()
--------app.js(1KB)
--------actions()
--------tests()
--------routers()
--------reducers()
----.babelrc(158B)
----yarn-error.log(242KB)
----jest.config.json(169B)
----.gitignore(53B)
----server()
--------server.js(375B)
----readme.md(997B)
----package.json(2KB)