forked from haikuports/haikuports
-
Notifications
You must be signed in to change notification settings - Fork 0
Fork haikuports repository
Schrijvers Luc edited this page Nov 15, 2019
·
1 revision
- If you want to contribute to haikuports and create pull-requests it's best to fork haikuports to your own account, for this take the next steps.
- Create an account on github and supply the needed information.
- Fork haikuports to your own account by clicking on "Fork" at the top of the homepage from haikuports.
- This will ask you where you want to fork it to, select your own account, this can take a short while. Afterwords you get redirected to your own account and the forked repository.
- Now clone your newly created fork to a local working repository by copying the link proposed in "Clone or download"
- And then type in your Terminal git clone "external URL" (this will clone your remote repository to your local hard drive so you can start making changes.
- In case you need some hints on using some basic git commands checkout Using git commands