1、保存到暂存区:

$ git add -A

2、输入描述信息并提交到本地的 Git:

$ git commit -m "Say something"

3、将代码推送到 GitHub:

$ git push
git push heroku master

subl .

$ cd ~/Code/larabbs $ git init $ git add -A $ git commit -m "Initial commit" $ git remote add origin [email protected]:/larabbs.git $ git push -u origin master

results matching ""

    No results matching ""