About Subscription
Blog Logo

Michael Hsu.tw

Try to Keep everything in Mind

Push git onto Github

April 21, 2013
Outline

bash
1
2
3
4
5
6
7
8
9
10
$ cd project_folder
$ git init
$ git add .
$ git commit -a -m 'init'
$ git remote add github https://github.com/evenchange4/101-1_MMP_HW1_Calculator.git
$ git remote -v
$ git pull github master
$ git push github master
github login

Read on Share Comments
  • git
Newer
Colorful Terminal
Older
Ruby Term Extractor

Tags

  • F2E2
  • Flux1
  • Heroku1
  • PostgreSQL1
  • R4
  • React1
  • SPA2
  • angular.js1
  • c++1
  • git1
  • github1
  • gulp1
  • gulp.js1
  • hadoop3
  • js1
  • linux6
  • nginx1
  • node.js4
  • page1
  • passenger1
  • rails3
  • ruby14
  • ssh1
  • ubuntu1
  • vmware1
© 2014 Michael Hsu
About Subscription