LoginSignup
3
0

More than 5 years have passed since last update.

gitのGUIのGitKrakenでコマンドから既存レポジトリを開く方法

Posted at

やりたいこと

gitのGUIのGitKrakenで既存のローカルリポジトリを開く方法です。

環境

Mac

GitKraken 3.3.0

やり方

$ cd 開きたいリポジトリ
$ /Applications/GitKraken.app/Contents/MacOS/GitKraken -p .

その他のオプション

その他のオプションを見るには-hでいけます

実際の出力は以下の感じになりました

$ /Applications/GitKraken.app/Contents/MacOS/GitKraken -h
Node started time: 1512007657896
Options:
  -h, --help      Print this usage message.            
  -l, --log-file  Log all output to file.              
  -p, --path      Open the repository specified by path
  -v, --version   Print the version.                   
  -n, --nexxuz    Nothing to see here...   
3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0