Skip to content

TimothyHohne/brackets-git

Repository files navigation

Brackets-Git

Brackets-Git is an extension for Brackets editor - it provides Git integration for Brackets.
It's tested and works on any platform supported by Brackets (Windows, Mac OSx, GNU/Linux).

Installation

Dependencies:

To make Brackets-Git work you'll need Git installed in your system:

  • Windows: MsysGit is reccomended with these (settings)
  • Mac OS X: Git for OS X is reccomended.
  • GNU/Linux: Install the package git:
    - Debian/Ubuntu: sudo apt-get install git
    - RedHat/CentOS/Fedora: sudo yum install git

Extension installation:

To install latest release of Brackets-Git use the built-in Brackets Extension Manager which downloads the extension from the extension registry.

Configuration:

Extension can be configured by opening the Git Panel and clicking the settings... button.
Alternatively you can use "File > Git Settings..." in the Brackets menu.

Features and limitations

Currently Brackets-Git supports these features (this list may be incomplete as we add new features regularely):

  • init / clone / push / pull
  • create / delete / merge branches
  • select / define / delete / select remotes
  • show commits history
  • manage different Git settings
  • support for Git-FTP

A comprehensive list of Brackets-Git features is avaiable reading the CHANGELOG.md.
Most of the features available are configurable and is possible disable or enable them selectively.

Pull/Push to password protected repositories: Push/Pull from and to password protected repositories is partially supported, currently it works only with http / https repositories.

Windows Credential Store for Git is reccomanded to better manage password protected repositories till Brackets-Git will provide a better support for them.
You'll need to push manually for the first time to setup your username/password into credentials helper.

If you won't find the feature you were looking for, feel free to open issues with your ideas.

Some screenshots:

main

commit dialog

settings dialog

Contributing

Please see CONTRIBUTING.md

About

brackets-git — git extension for adobe/brackets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.5%
  • CSS 9.3%
  • HTML 7.4%
  • Other 0.8%