Git
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>