ソースを参照

Add GitAhead tips

DricomDragon 5 年 前
コミット
b2d5a7fb0d
1 ファイル変更20 行追加0 行削除
  1. 20 0
      Guides/git.md

+ 20 - 0
Guides/git.md

@@ -61,3 +61,23 @@ See **config** for setting his own git tool for diff.
 `git remote show <remote_name>` show useful information about remote
 
 `git push --delete <remote_name> <branch_name>` delete a remote branch
+
+## GitAhead
+
+Open-source cross-platform Git GUI
+
+https://gitahead.github.io/gitahead.com/
+
+### Global config
+
+`Tools > Config`
+
+You can disable _fetch every 10 min_ for instance.
+
+### Global gitignore in Windows
+
+Use same config file as GitBash.
+
+Use in gitbash : `git config --global core.excludesfile '~/.gitignore'`
+
+Do not forget to copy your `.gitignore` at the right place.