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