diff --git a/.gitignore b/.gitignore index 175054e9142..93d781c4433 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ CLAUDE.md qodana.yaml __pycache__/ *.pyc +tmp diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 13562a36323..d248afdc2ea 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -110,7 +110,7 @@ When issuing pull requests, please ensure that your commit history is linear. From the command line you can check this using: ---- -log --graph --pretty=oneline +git log --graph --pretty=oneline ---- As this may cause lots of typing, we recommend creating a global alias, e.g. `git logg` for this: