Skip to content

Instantly share code, notes, and snippets.

@coffeant
Created June 10, 2015 01:40
Show Gist options
  • Save coffeant/6773d934483c8a122d3a to your computer and use it in GitHub Desktop.
Save coffeant/6773d934483c8a122d3a to your computer and use it in GitHub Desktop.
git tab
git branch
git checkout develop
git status
git pull
git submodule init
git submodule update
git diff models/OrderModel.php
git add models/OrderModel.php
git commit -m'修复订单导出BUG'
git pull
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment