|
@@ -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.
|