-
Notifications
You must be signed in to change notification settings - Fork 48
How can i make a Pull Request
At the first you must fork the Repository
For this when you have create a GitHub Account, see you above on the right side a Button Fork click on it. And fork the repo to your Account.
As next clone the Repo local on your Computer with the command:
git clone [email protected]:yourname/PisiLinux.git
When that is done go into the Folder Pisi Linux open a Terminal and write:
git remote add PisiLinux https://github.com/pisilinux/PisiLinux.git
this command need you for the first Time
Then as next the command:
git checkout master
as next Step write:
git pull PisiLinux master
and now write as last:
git push origin master
So now can you make changes or update a package normal and when you are ready type the following commands to add your Package to the Github:
git add package name
git commit -m "package name and what you have done as example Update type version bump"
git push origin master
when you that have done go to your forked Repo search your Package what you have add to the GitHub, and open it you see on the right side a button "Pull Request" click on it and you have finally make a Pull request and wait that anyone merge it.