Skip to content

Instantly share code, notes, and snippets.

@koolhead17
Created March 16, 2017 06:29
Show Gist options
  • Save koolhead17/8b8177b016c031f04faac81006ec9cd1 to your computer and use it in GitHub Desktop.
Save koolhead17/8b8177b016c031f04faac81006ec9cd1 to your computer and use it in GitHub Desktop.
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