-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Check if you can reduce the file size of the images in the assets folder without reducing the quality.
-
Pull the development branch
git pull origin development -
Make a branch from the development to test the above (branch name could be optimize-images)
git checkout development//to go the development branch (checkout)
git checkout -b optimize-images// to make the new branch and checkout that -
Do the necessary changes to the images.
-
Commit the changes (make sure that you commit while you are in the feature branch[ie. optimize-images in this case])
-
Push the feature branch
git push origin optimize-images -
Go to github and make pull request to merge the feature branch to the development branch
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels