Added gitx command to open from current folder

This commit is contained in:
Sriram Narasimhan 2015-10-26 10:58:25 +05:30
parent 4cfb86eb10
commit 3858d80f43
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

View File

@ -20,6 +20,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
- [Safari](#safari) - [Safari](#safari)
- [Sketch](#sketch) - [Sketch](#sketch)
- [TextEdit](#textedit) - [TextEdit](#textedit)
- [GitX](#gitx)
- [Backup](#backup) - [Backup](#backup)
- [Time Machine](#time-machine) - [Time Machine](#time-machine)
- [Developer](#developer) - [Developer](#developer)
@ -172,6 +173,12 @@ defaults write com.bohemiancoding.sketch3 exportCompactSVG -bool yes
defaults write com.apple.TextEdit RichText -int 0 defaults write com.apple.TextEdit RichText -int 0
``` ```
### GitX
#### Open current folder on GitX
```bash
open -a GitX .
```
## Backup ## Backup