From 3858d80f43fc1fc2f608e7d632eb4f531b1635f3 Mon Sep 17 00:00:00 2001 From: Sriram Narasimhan Date: Mon, 26 Oct 2015 10:58:25 +0530 Subject: [PATCH] Added gitx command to open from current folder --- .gitignore | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/README.md b/README.md index e802df5..891cdc1 100644 --- a/README.md +++ b/README.md @@ -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