What is a tracking branch in Git?

Git Medium

Git — Medium

What is a tracking branch in Git?

Key points

  • Tracking branches facilitate push and pull operations
  • They establish a direct relationship between local and remote branches
  • This relationship enables implicit specification of the remote repository
  • It simplifies workflow by reducing command complexity

Ready to go further?

Related questions