Skip to content

Commit 039a962

Browse files
committed
Merge pull request brackets-userland#487 from SAPlayer/readme-screens
Update README and screens
2 parents 5766c56 + 1990746 commit 039a962

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -8,49 +8,50 @@ It's tested and works on any platform supported by Brackets (Windows, Mac OSx, G
88
#### Dependencies:
99
To make **Brackets-Git** work you'll need Git installed in your system:
1010

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).
1212
- **Mac OS X**: [Git for Mac](http://git-scm.com/download/mac) is recommended.
1313
- **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):
1515

1616
```
1717
sudo add-apt-repository ppa:git-core/ppa
1818
sudo apt-get update
1919
sudo apt-get install git
2020
```
2121

22-
\- RedHat/CentOS/Fedora: `sudo yum install git`
22+
- RedHat/CentOS/Fedora: `sudo yum install git`
2323

2424
#### Extension installation:
2525
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/).
2626

2727
#### Configuration:
2828
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.
3030

3131
## Features and limitations
3232

33-
You can find some samples of features [here](docs/FEATURES.md)
33+
You can find some samples of features [here](docs/FEATURES.md).
3434

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

3737
- `init` / `clone` / `push` / `pull`
3838
- `create` / `delete` / `merge` branches
3939
- `select` / `define` / `delete` / `select` remotes
40+
- `checkout` / `reset` commits
4041
- show commits history
4142
- manage different Git settings
4243
- support for [Git-FTP](http://git-ftp.github.io/git-ftp/)
4344

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.
4647

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

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.
5152
You'll need to push manually for the first time to setup your username/password into credentials helper.
5253

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**.
5455

5556
## Some screenshots:
5657

screenshots/commitDialog.jpg

39.9 KB
Loading

screenshots/main.jpg

106 KB
Loading

screenshots/settingsDialog.jpg

45.7 KB
Loading

0 commit comments

Comments
 (0)