Skip to content

Latest commit

History

History
14 lines (11 loc) 路 775 Bytes

07-03-AdvancedGit.adoc

File metadata and controls

14 lines (11 loc) 路 775 Bytes

Advanced Git

Part 3 (chapters 7-11) provide some bonus Git skills that will help you be more efficient. These chapters introduce a collection of techniques that won鈥檛 be used with every Git project, but may be important for new ones.

This part will cover the following topics:

  • How to set useful Git configuration settings and aliases

  • How to show the current branch in a terminal prompt

  • How to use submodules to vendor dependencies for a project

  • How to send and receive changes to a Subversion repository from Git

  • How to access a GitHub repository using a Subversion client

  • How to create and merge GitHub pull requests and forks from the command line

  • How to share a repository as a server or through a web interface