git checkout master
from any folder in your localhttps://github.com/Rajdeepc/url-shortener-vue.git
repositorygit pull origin master
to ensure you have the latest main codegit checkout -b the-name-of-my-branch
(replacingthe-name-of-my-branch
with a suitable name) to create a branch
- Follow the "Running locally" instructions
- Save the files and check in the browser
- Changes to React components in
src
will hot-reload - Changes to markdown files in
content
will hot-reload - If working with plugins, you may need to remove the
.cache
directory and restart the server
git add -A && git commit -m "My message"
(replacingMy message
with a commit message, such asFixed header logo
) to stage and commit your changesgit push my-fork-name the-name-of-my-branch
- Go to the Url Shortener and you should see recently pushed branches.
- Follow GitHub's instructions.
- If possible, include screenshots of visual changes. A Netlify build will also be automatically created once you make your PR so other people can see your change.