http://www.hpique.com/2013/09/updating-a-fork-directly-from-github/
"
Here’s how to update your fork directly from GitHub (as shown in the video above):
- Open your fork on GitHub.
- Click on Pull Requests.
- Click on New Pull Request. By default, GitHub will compare the original with your fork, and there shouldn’t be anything to compare if you didn’t make any changes.
- Click on switching the base. Now GitHub will compare your fork with the original, and you should see all the latest changes.
- Click on Click to create a pull request for this comparison and assign a predictable name to your pull request (e.g., Update from original).
- Click on Send pull request.
- Scroll down and click Merge pull request and finally Confirm merge. If your fork didn’t have any changes, you will be able to merge it automatically."
-----------------------------------------
git clone https://github.com/bshambaugh/UnrealEngine
-----------------------------------------
sh Setup.sh
Registering git hooks... (this will override existing ones!)
Setup.sh: 39: Setup.sh: pushd: not found
How to use pushd and popd:
https://unix.stackexchange.com/questions/77077/how-do-i-use-pushd-and-popd-commands
How to use source:
https://ss64.com/bash/source.html
Hey Brent, whatcha gonna do with AirSim?
ReplyDelete