-
Notifications
You must be signed in to change notification settings - Fork 0
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积累 #3
Comments
查看日志, 得到HARD |
|
打开github的notification |
Reset single filegit checkout 233b80 -- atoms/button.stories.tsx Rename branchIf you want to rename a branch while pointed to any branch, do: |
关于.gitignore文件
这样的好处是,可以忽略node_modules等类型的大文件。提高远程仓库的递交速度
递交本地代码到远程仓库
远程仓库的递交方法是
.git
文件夹全部拷贝到当前的工作目录下,注意.git文件是一个隐藏文件这样就可以完成远程的递交
github的用处:
可以把github当成是自己的代码的网盘哦,一般人应该不会把代码保存到百度网盘吧。而且不支持历史记录和修改
使用Hexo编写文章,把github当成一个免费的服务器, 欢迎参观我的博客
可以利用github写简历https://resume.github.io/?WangHuiying, 全英文,高大上,有木有
可以在chrome安装一个
gitGist
插件, 将看到的代码文章什么的都保存在github上最后,如果自己不知道怎么编写.gitignore文件,这边有个在线网站,支持一键生成https://www.gitignore.io/
The text was updated successfully, but these errors were encountered: