Created
March 30, 2021 20:23
-
-
Save wayneseymour/c7b1215a64e1675d52e4541f871aaf2c to your computer and use it in GitHub Desktop.
Revisions
-
wayneseymour created this gist
Mar 30, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # add his remote git remote add spalger [email protected]:spalger/kibana.git # verbosely fetch his remote branch info git fetch spalger -v # bring down the branch he was working on, to your local git branch --track pr/95667 spalger/pr/95667 # checkout that branch git checkout pr/95667