Install authoring tools
This article describes the steps to interactively install Git client tools and editing tools.
Install Git client tools
For a graphical user interface tool that helps sync your local files with your server files, download . Other popular options include or .
If you prefer a command-line interface (CLI) over a graphical user interface (GUI), install the latest version of . The install includes the Git version control system and Git Bash, the command-line app that you can use to interact with your local Git repository.
Git learning resources are available here:
Understand Markdown editors
Markdown is a lightweight markup language that is both easy to read and easy to learn. Therefore, it has rapidly become an industry standard. To write articles in Markdown, we recommend that you first download and install a Markdown editor. Popular options include , , and .
Markdown text is saved into files with .md extension.
Additional details on how to write with Markdown, including Markdown basics and custom Markdown extensions, are covered in the Using Markdown article.