Skip to content

Instantly share code, notes, and snippets.

@etemesi254
Last active November 15, 2022 12:01
Show Gist options
  • Save etemesi254/ef7db3f2ee525f810aebcd8d992c559a to your computer and use it in GitHub Desktop.
Save etemesi254/ef7db3f2ee525f810aebcd8d992c559a to your computer and use it in GitHub Desktop.
Laravel initialize
laravel new blog2
cd ./blog2
git init
git remote add origin https://github.com/etemesi254/SoftwareEngineering.git
git pull
git reset --hard origin/main
git log --oneline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment