From e570f0a1b2ca0eed255e18f11685c152fe7b5bea Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 16 Jul 2024 14:27:16 +0300 Subject: [PATCH] new commands added to wiki --- git/git combine multiple commits.md | 2 ++ linux/setup aider.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/git/git combine multiple commits.md b/git/git combine multiple commits.md index 66cbffc..4b4767c 100644 --- a/git/git combine multiple commits.md +++ b/git/git combine multiple commits.md @@ -78,3 +78,5 @@ git apply changes.patch +# push to new remote branch (if not existing) + git push -u origin main \ No newline at end of file diff --git a/linux/setup aider.md b/linux/setup aider.md index 61fdb23..947088e 100644 --- a/linux/setup aider.md +++ b/linux/setup aider.md @@ -48,9 +48,9 @@ usage: aider [-h] [--openai-api-key OPENAI_API_KEY] [--anthropic-api-key ANTHROP [FILE ...] ### OLLAMA || GROQ -export GROQ_API_KEY=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 -aider --models groq/ # #################################################### # -aider --model groq/llama3-70b-8192 --no-auto-commits +aider --models groq/ +export GROQ_API_KEY=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 +aider --model groq/llama3-70b-8192 --no-auto-commits --show-repo-map # OLLAMA? aider --openai-api-base https://ollama.d-popov.com --models openai/ \ No newline at end of file