


Paste your key with (command + c) or right click Paste.Input the name of this key, in my instance I named it "Macbook Pro Git Key".Method #1 type into Terminal "pbcopy > ADD NEW SSH Key Next we want to copy the SSH key into your clipboard, there are two ways of doing this. Now start the SSH agent "eval "$(ssh-agent -s)" " Which should give you output like this "Agent pid 77398" You should be given a string like the following "99:ff:ff:4b:bb:2d:d3:17:h6:6d:f0:55:4d:f0:b4:db attention to this line "Your public key has been saved in /Users/USERNAME/.ssh/id_rsa.pub." the *.pub is what you want here, take note names may vary. See /articles/generating-ssh-keys/Ĭreate a ssh pair key with the following command on the terminal $ ssh-keygen -t rsa -b 2048 -C a "Secure" passphrase or alternativly hit Enter twice if you dont want a passphrase "Not Recommended".SSH protocol is currently a bit more difficult, so you'll have to use command line or try to follow these tips: You'll need to push manually the first time to setup your username/password into the credentials helper. The Git Credential Manager for Windows (GCM) is recommended to manage password protected repositories, Brackets-Git will eventually provide better support for them. Push/Pull from and to password protected repositories is partially supported, currently it works only with http / https repositories. Pull/Push to password protected repositories: If you can't find the feature you were looking for, feel free to open an issue with your idea(s). Most of the features available are configurable and it's possible to enable and disable them selectively. support for Git-FTP ( installation instructions)Ī comprehensive list of Brackets-Git features is available reading the CHANGELOG.md.You can find some samples of features here.Ĭurrently Brackets-Git supports these features (this list may be incomplete as we add new features regularly): Configuration:Įxtension can be configured by opening the Git Panel and clicking the button.Īlternatively you can use File > Git Settings.
#Brackets for mac install#
To install latest release of Brackets-Git use the built-in Brackets Extension Manager which downloads the extension from the extension registry.
#Brackets for mac mac os#
It's tested and works on any platform supported by Brackets (Windows, Mac OS X, GNU/Linux).

Brackets-Git is an extension for Brackets editor - it provides Git integration for Brackets.
