[2] Getting-Started-First-Time-Git-Setup
[3] Getting-Started-Git-Basics
[4] Stackoverflow good reading to explain why-do-i-have-to-add-the-files-being-tracked-before-committing
#yum install git-core
Installation-of-git-to-get-lpc32xx.html
How to check is local repo up-to-date
fetch only synch repo info, but not doing real download
status will tell difference between local repo and remote repo after executing fetch
pull is doing real download
status will tell difference between local repo and remote repo after executing fetch
pull is doing real download
git fetch --dry-run
No comments:
Post a Comment