Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed May 3, 2017
1 parent f4e8042 commit e5c7dba
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions misc/git_cheat_sheet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/


0 comments on commit e5c7dba

Please sign in to comment.