Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Practical Git for Everyday Use, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:34
    Create local repos with git init
  • Урок 2. 00:01:06
    Copy remote repos to local machines with git clone
  • Урок 3. 00:03:42
    Capture code history snapshots with git add/commit/push
  • Урок 4. 00:01:26
    Document repos with README files
  • Урок 5. 00:01:38
    Sync local and remote repos with git pull
  • Урок 6. 00:02:19
    Isolate feature development with git branch
  • Урок 7. 00:02:27
    Sync branches with git merge
  • Урок 8. 00:04:36
    Resolve merge conflicts with git status
  • Урок 9. 00:02:51
    Save uncommitted changes with git stash
  • Урок 10. 00:02:03
    Navigate git command pager output with Unix less commands
  • Урок 11. 00:00:40
    View commit history with git log
  • Урок 12. 00:02:00
    Format commit history with git log arguments
  • Урок 13. 00:06:49
    Filter commit history with git log arguments
  • Урок 14. 00:05:20
    Compare file changes with git diff
  • Урок 15. 00:01:34
    Show who changed a line last with git blame
  • Урок 16. 00:02:14
    Use semantic versioning with git tag
  • Урок 17. 00:05:42
    Clean up commits with git rebase
  • Урок 18. 00:02:49
    Diagnose which commit broke something with git bisect
  • Урок 19. 00:02:58
    Run scripts on git events with git hooks
  • Урок 20. 00:02:33
    Configure global settings with git config
  • Урок 21. 00:02:36
    Remove unnecessary git tracking with .gitignore files
  • Урок 22. 00:00:57
    Remove all unnecessary git tracking with a global .gitignore file