Creating a complete guid for Fullstack-web-development
- Make changes locally
- Fork the repository.
- Using the command line:
- Fork the repo so that you can make your changes without affecting the original project until you're ready to merge them.
- Create a working branch and start with your changes!
git branch a-descriptive-name
git checkout name-for-your-branch
- Commit the changes
- When you're finished with the changes, create a pull request.