-
-
Save k4zuki02h4t4/1cffcc808146baa363e0023366abe3ee to your computer and use it in GitHub Desktop.
コマンドメモ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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