francislagadia
Follow
Vim user, keyboard enthusiast, electronics hobbyist, and Pythonista
- Los Angeles, CA
-
17:18
(UTC -08:00) - www.flagadia.com
Pinned Loading
-
GitHub Standard Fork & Pull Request ...
GitHub Standard Fork & Pull Request Workflow 1Whether you're trying to give back to the open source community or collaborating on your own projects, knowing how to properly fork and generate pull requests is essential. Unfortunately, it's quite easy to make mistakes or not know what you should do when you're initially learning the process. I know that I certainly had considerable initial trouble with it, and I found a lot of the information on GitHub and around the internet to be rather piecemeal and incomplete - part of the process described here, another there, common hangups in a different place, and so on.
23In an attempt to coallate this information for myself and others, this short tutorial is what I've found to be fairly standard procedure for creating a fork, doing your work, issuing a pull request, and merging that pull request back into the original project.
45## Creating a Fork
-
-
francislagadia.github.io
francislagadia.github.io PublicForked from sproogen/modern-resume-theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
HTML
-
Convert a AWS PEM into a ssh pub key
Convert a AWS PEM into a ssh pub key 1ssh-keygen -y -f private_key1.pem > public_key1.pub
-
Parse a .env (dotenv) file directly ...
Parse a .env (dotenv) file directly using BASH 1# Pass the env-vars to MYCOMMAND
2eval $(egrep -v '^#' .env | xargs) MYCOMMAND
3# … or ...
4# Export the vars in .env into your shell:
5export $(egrep -v '^#' .env | xargs)
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.