Pycord Guide
  • Old Pycord Guide
  • FAQ
  • Pycord Discord
  • Getting Started
    • Creating a bot
    • Coding your bot
  • Guides
    • Threads
    • Voice Commands
    • Storing Data
    • Basic Features
      • Embeds
  • Interactions
    • Buttons
    • Dropdowns (Select Menus)
    • Context Menu Commands
    • Slash Commands
  • More
    • Installing Git
Powered by GitBook
On this page

Was this helpful?

  1. More

Installing Git

How to install git

PreviousSlash Commands

Last updated 3 years ago

Was this helpful?

Git is software for tracking changes in any set of , usually used for coordinating work among collaboratively developing during . Its goals include speed, , and support for distributed, non-linear workflows (thousands of parallel branches running on different systems).

Installing Git:

Windows: or

If you use choco package manager use : choco install git

Or if you use scoop use: scoop install git

Linux: (it's extremely likely in your distros repository)

Mac: (it's in brew)

files
programmers
source code
software development
data integrity
https://gitforwindows.org/
https://git-scm.com/download/windows
https://git-scm.com/download/linux
https://git-scm.com/download/mac