Git

From Celeste@Hoppinglife
Revision as of 16:12, 7 June 2020 by Hoppinglife (talk | contribs) (Created page with "Git is the de-facto standard of distributed version control system. === Tips === * Use the following command to fetch and merge a branch without checking it out: <pre class...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Git is the de-facto standard of distributed version control system.

Tips

  • Use the following command to fetch and merge a branch without checking it out:
$ git fetch <remote> <srcBranch>:<destBranch>