Last active
December 25, 2016 06:06
-
-
Save gyliu513/3fc7f720365aaf1155444c5d92cabc4f 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
505 git remote -v | |
506 git fetch upsteram | |
507 git fetch upstream | |
508 git branch | |
509 git merge upstream/master | |
510 git branch | |
511 git branch -r | |
512 git checkout k8s_25349 | |
513 git rebase master | |
514 ls | |
515 git brnach | |
516 git branch | |
517 git checkout master | |
518 git push | |
make test WHAT=pkg/kubectl/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment