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)
|
- [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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user