WenQinghua / HTML-CSS-JS

学习这仨家伙的笔记

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

目录


此外欢迎关注公众号: SUMER 扫码关注

创建后的默认提示,so记录一下

…or create a new repository on the command line

  • git init
  • git add README.md
  • git commit -m "first commit" 其实这条可以在pycharm 或者vscode里手工操作,就是提交一个commit的内容
  • git remote add origin https://github.com/rovesoul/HTML-CSS-JS.git
  • git push -u origin master

…or push an existing repository from the command line

新建分支

  • git push --set-upstream origin [macfile]
  • oh fu*ck 通过新建分支的方式,我把macfile文件全部删了。。。。。。找不回来了

About

学习这仨家伙的笔记

License:MIT License


Languages

Language:HTML 70.6%Language:CSS 13.2%Language:JavaScript 12.9%Language:Python 3.3%