Skip to content

Instantly share code, notes, and snippets.

@k4zuki02h4t4
Last active September 9, 2019 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k4zuki02h4t4/1cffcc808146baa363e0023366abe3ee to your computer and use it in GitHub Desktop.
Save k4zuki02h4t4/1cffcc808146baa363e0023366abe3ee to your computer and use it in GitHub Desktop.
コマンドメモ
php artisan config:cache
php composer.phar dump-autoload
php artisan db:seed --class=prefacture --force
php artisan migrate:fresh --seed
git stash
git flow init
git stash list
git branch
git stash show stash@{0}
git stash drop stash@{0}
touch database/factories/.gitkeep
git diff
git status
git add database/factories/.gitkeep
git commit -m 'コミットメッセージ'\
git push origin develop
git checkout master
git branch
git merge develop
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment