Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 842 Bytes

FAQs.md

File metadata and controls

20 lines (10 loc) · 842 Bytes

FAQs

This file contains frequently asked questions and their answers (or links to the answers!)

Please update it frequently with anything you think would be useful.

Git and GitHub

Where can I find a list of awesome emojis?

I gotcha: https://www.webpagefx.com/tools/emoji-cheat-sheet

😄 🎆 😎 🙌 🎉 💖

How do I push changes to a pull request?

You need to make sure you're submitting the changes to the fork of the repository that the pull request has come from, rather than to your own branch of the repository. That probably means updating the remote when you're working locally.

Check out this useful answer on stackoverflow for more details and a step by step guide.