Source Code Control

https://www.youtube.com/watch?v=USjZcfj8yxE

Git

Use Github as practice

  1. Workflow

    • Initialize project

    • Add files to local repository.

    • Checkout

    • Commit

    • Add remote

    • Push

  2. Understanding

    • Fetch

    • Diff

    • Branch

    • Stash

    • Cherry pick

    • Merge g.

    • Clone

  3. Git client

    • Sourcetree

  4. Github

  5. Local backup

Last updated

Was this helpful?