progress
This commit is contained in:
parent
ef90ec86ab
commit
6f31eed86a
|
@ -21,3 +21,22 @@ git submodule update --init
|
|||
Refresh submodules:
|
||||
|
||||
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