git skills

This commit is contained in:
rusefi 2019-06-07 10:52:32 -04:00
parent 978559e489
commit 0f93118779
1 changed files with 7 additions and 0 deletions

View File

@ -59,6 +59,13 @@ git remote -v
See also git_scripts/git_add_upstream.bat
=========================================
Cherry-pick from fork
git remote add mck1117 https://github.com/mck1117/rusefi
git fetch mck1117
git cherry-pick 0b004bb2af9c16a79225bd875f0046392993d957
git push
=========================================
https://help.github.com/articles/syncing-a-fork/
git fetch upstream