You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -8,49 +8,50 @@ It's tested and works on any platform supported by Brackets (Windows, Mac OSx, G
8
8
#### Dependencies:
9
9
To make **Brackets-Git** work you'll need Git installed in your system:
10
10
11
-
-**Windows**: [Git for Windows](http://msysgit.github.io/) is recommended with these ([settings](https://raw.github.com/zaggino/brackets-git/master/screenshots/gitInstall.png))
11
+
-**Windows**: [Git for Windows](http://msysgit.github.io/) is recommended with these [settings](https://raw.github.com/zaggino/brackets-git/master/screenshots/gitInstall.png).
12
12
-**Mac OS X**: [Git for Mac](http://git-scm.com/download/mac) is recommended.
13
13
-**GNU/Linux**: Install the package `git`:
14
-
\-[Debian/Ubuntu](https://launchpad.net/~git-core/+archive/ppa) using [this guide](http://askmetutorials.blogspot.com.au/2014/03/install-git-191-on-ubuntu-linuxmint.html)
14
+
-[Debian/Ubuntu](https://launchpad.net/~git-core/+archive/ppa) using [this guide](http://askmetutorials.blogspot.com.au/2014/03/install-git-191-on-ubuntu-linuxmint.html):
15
15
16
16
```
17
17
sudo add-apt-repository ppa:git-core/ppa
18
18
sudo apt-get update
19
19
sudo apt-get install git
20
20
```
21
21
22
-
\- RedHat/CentOS/Fedora: `sudo yum install git`
22
+
- RedHat/CentOS/Fedora: `sudo yum install git`
23
23
24
24
#### Extension installation:
25
25
To install latest release of **Brackets-Git** use the built-in Brackets Extension Manager which downloads the extension from the [extension registry](https://brackets-registry.aboutweb.com/).
26
26
27
27
#### Configuration:
28
28
Extension can be configured by opening the Git Panel and clicking the ![settings...][settingsIcon] button.
29
-
Alternatively you can use "File > Git Settings..." in the Brackets menu.
29
+
Alternatively you can use `File > Git Settings...` in the Brackets menu.
30
30
31
31
## Features and limitations
32
32
33
-
You can find some samples of features [here](docs/FEATURES.md)
33
+
You can find some samples of features [here](docs/FEATURES.md).
34
34
35
35
Currently **Brackets-Git** supports these features (this list may be incomplete as we add new features regularely):
- support for [Git-FTP](http://git-ftp.github.io/git-ftp/)
43
44
44
-
A comprehensive list of Brackets-Git features is avaiable reading the [`CHANGELOG.md`](CHANGELOG.md).
45
-
Most of the features available are configurable and is possible disable or enable them selectively.
45
+
A comprehensive list of Brackets-Git features is available reading the [`CHANGELOG.md`](CHANGELOG.md).
46
+
Most of the features available are configurable and it's possible to enable and disable them selectively.
46
47
47
48
**Pull/Push to password protected repositories:**
48
49
Push/Pull from and to password protected repositories is partially supported, currently it works only with `http` / `https` repositories.
49
50
50
-
[Windows Credential Store for Git](http://gitcredentialstore.codeplex.com/) is recommended to better manage password protected repositories till **Brackets-Git** will provide a better support for them.
51
+
[Windows Credential Store for Git](http://gitcredentialstore.codeplex.com/) is recommended to better manage password protected repositories till **Brackets-Git** will provide a better support for them.
51
52
You'll need to push manually for the first time to setup your username/password into credentials helper.
52
53
53
-
If you won't find the feature you were looking for, feel free to **open issues with your ideas**.
54
+
If you can't find the feature you were looking for, feel free to **open issues with your ideas**.
0 commit comments