Added gitx command to open from current folder
This commit is contained in:
parent
4cfb86eb10
commit
3858d80f43
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.idea
|
@ -20,6 +20,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
||||
- [Safari](#safari)
|
||||
- [Sketch](#sketch)
|
||||
- [TextEdit](#textedit)
|
||||
- [GitX](#gitx)
|
||||
- [Backup](#backup)
|
||||
- [Time Machine](#time-machine)
|
||||
- [Developer](#developer)
|
||||
@ -172,6 +173,12 @@ defaults write com.bohemiancoding.sketch3 exportCompactSVG -bool yes
|
||||
defaults write com.apple.TextEdit RichText -int 0
|
||||
```
|
||||
|
||||
### GitX
|
||||
|
||||
#### Open current folder on GitX
|
||||
```bash
|
||||
open -a GitX .
|
||||
```
|
||||
|
||||
## Backup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user