Z cyklu warto poczytać:
Git® Notes for Professionals book
Parę ciekawostek:
- Furthermore, you can ignore local changes to tracked files without changing the global git configuration with:
git update-index –skip-worktree […]: for minor local modifications git update-index –assume-unchanged […]: for production ready, non-changing files upstream
albo
Section 5.13: Ignoring only part of a file [stub]
i jeszcze to może się komuś przydać
Section 26.13: Recover a dropped stash
Section 36.1: SubGit
Podziękowania dla Mateusza Maszkiewicza za link do książki. Poproszę o więcej…