Cloning and Creating a Patch$ git clone git@heroku.com:ten-tren-heroku-cua-ban.git -o heroku
$ cd ten-tren-heroku-cua-ban.git
$ (edit files)
$ git add (files)
$ git commit -m 'giải thích thay đổi'
$ git format-patch origin/master
Creating and Commiting$ cd (project-directory)
$ git init
$ (add some files)
$ git add .
$ git commit -m 'Initial commit'
ví dụ : để thay đổi nội dung 1
No comments:
Post a Comment