Created
March 16, 2017 06:29
-
-
Save koolhead17/8b8177b016c031f04faac81006ec9cd1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fork to your github repo: https://github.com/minio/minio-service | |
## Clone your local repo: | |
git clone https://github.com/koolhead17/minio-service | |
## Create a remote directory branch for minio-service | |
git remote add koolhead17 [email protected]:koolhead17/minio-service.git | |
## Create a new branch and do all the changes | |
git checkout -b my-new-branch | |
## Do the changes it the file and commit to local system. | |
git commit -a | |
## Push the changes to your upstream github branch | |
git push koolhead17 my-new-branch | |
## Request to merge upstream minio-service branch with your changes via browser. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment