• Home
  • Archives
  • About Me
  Carson's Tech Note
  • Home
  • Archives
  • About Me
  • App Development
  • Blogging
  • Developer Tools
  • Web Frameworks
  • Languages Related
  • Software Engineering
  • Web Technology

Git的常用指令和工作流程

Read more   2018/03/18 posted in  Git
comments

將本地Project放到Github

TL;DR

$ git init
$ git add .
$ git commit -m "First commit"
$ git remote add origin https://github.com/NAME/REPO.git
$ git push -u origin master
Read more   2018/03/18 posted in  Git
comments

git pull或push不用再打密碼

快速設置Git,以後git pull git push都不用再打帳號密碼了。

Read more   2018/03/18 posted in  Git
comments

Carson's Tech Note

「坐井觀天,曰天小者,非天小也,其所見小也。夏蟲不可與語冰,非無冰也,以其未見冰也。」- 《學問與遊歷》
GitHub Email RSS

Categories

App Development Blogging Developer Tools Web Frameworks Languages Related Software Engineering Web Technology

Recent Posts

  • 開發者必備知識 - HTTP認證(HTTP Authentication)
  • 使用Babel處理ES6的 this 和 Arrow Function(箭頭函式)
  • 如何使用Android RecyclerView建立一個List列表
  • 翻牆必備:Shadowsocks建置教學
  • 翻牆專題:Proxy、VPN、Shadowsocks概念解釋

Copyright © 2015 Powered by MWeb,  Theme used GitHub CSS.