From b6063938dc5dae9da44e61897cefb1e976f60241 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sat, 17 Apr 2021 16:40:58 +0100 Subject: [PATCH] Updated Git Tips (markdown) --- Git-Tips.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Git-Tips.md b/Git-Tips.md index 7e52e85..38e75f9 100644 --- a/Git-Tips.md +++ b/Git-Tips.md @@ -61,4 +61,8 @@ More information is available in the [Contributing guidelines][contributing]. - [More detailed rewriting info](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History) [git]: https://git-scm.com/ -[contributing]: https://github.com/markcheret/footnotes/blob/main/CONTRIBUTING.md \ No newline at end of file +[contributing]: https://github.com/markcheret/footnotes/blob/main/CONTRIBUTING.md + +# Miscellaneous + +- [Fixing Git Bash autocompletion](https://stackoverflow.com/questions/12399002/how-to-configure-git-bash-command-line-completion) \ No newline at end of file