• Home
  • About
    • Miles' Blog photo

      Miles' Blog

      Miles 用來記錄學習心得及筆記的地方。

    • Learn More
    • Email
    • Github
  • Posts
    • All Posts
    • All Tags
  • Projects

GIT - Git Teamwork

04 Mar 2018

Reading time ~1 minute

Reference : Codecademy - Learn Git - Git Teamwork

  • git clone : Creates a local copy of a remote.
  • git remote -v : Lists a Git project’s remotes.
  • git fetch : Fetches work from the remote into the local copy.
  • git merge origin/master : Merges origin/master into your local branch.
  • git push origin <branch_name> : Pushes a local branch to the origin remote.


I.T.GIT Share Tweet +1