📙
Programming
  • Best Practice of Programming
  • Language Fundamental
    • String
    • Operators
    • Condition
    • Loop
  • Data
    • Exercise JSON Data
    • Array
  • Coding
  • API
  • Source Code Control
  • IDE
  • Httpd and Web
    • Exercise django
Powered by GitBook
On this page

Was this helpful?

Source Code Control

PreviousAPINextIDE

Last updated 4 years ago

Was this helpful?

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

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