Created
November 27, 2018 20:19
-
-
Save mikecriggs/aed8213e1cd19e25a0e30cf1238f6b4e to your computer and use it in GitHub Desktop.
Thanks to @bigrushdog for this
This file contains 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
** FORCE PUSH ** | |
git push --force ssh://[email protected]:29418/vendor_support HEAD:refs/heads/inv-9.0 | |
** REGULAR GERRIT PUSH ** | |
git push ssh://[email protected]:29418/manifest HEAD:refs/for/inv-9.0 | |
** CREATE PROJECT ** | |
ssh -p 29418 [email protected] gerrit create-project kernel_oneplus_msm8996.git | |
** DIRECT PUSH ** | |
git push ssh://[email protected]:29418/device_oppo_common HEAD:refs/heads/inv-9.0 | |
** FORCE REPLICATION ** | |
ssh -p 29418 review.invictrixrom.com replication start kernel_oneplus_msm8998 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment