git skills
This commit is contained in:
parent
978559e489
commit
0f93118779
|
@ -59,6 +59,13 @@ git remote -v
|
||||||
|
|
||||||
See also git_scripts/git_add_upstream.bat
|
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/
|
https://help.github.com/articles/syncing-a-fork/
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
|
|
Loading…
Reference in New Issue