progress
This commit is contained in:
parent
f4e80429e0
commit
e5c7dba94e
|
@ -21,3 +21,22 @@ git submodule update --init
|
||||||
Refresh submodules:
|
Refresh submodules:
|
||||||
|
|
||||||
git submodule update --recursive --remote
|
git submodule update --recursive --remote
|
||||||
|
|
||||||
|
=========================================
|
||||||
|
|
||||||
|
Generate diff of specific commit
|
||||||
|
|
||||||
|
git diff COMMIT^ COMMIT
|
||||||
|
(this generates diff between previous to COMMIT and COMMIT)
|
||||||
|
=========================================
|
||||||
|
|
||||||
|
https://help.github.com/articles/configuring-a-remote-for-a-fork/
|
||||||
|
|
||||||
|
git remote -v
|
||||||
|
git remote add upstream https://github.com/ChibiOS/ChibiOS.git
|
||||||
|
git remote -v
|
||||||
|
|
||||||
|
=========================================
|
||||||
|
https://help.github.com/articles/syncing-a-fork/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue