We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git log -L '/int main/',/^}/:main.c command shows -L as unknown though its in linked git doc https://manpages.ubuntu.com/manpages/kinetic/en/man1/git-log.1.html
git log -L '/int main/',/^}/:main.c
-L
The text was updated successfully, but these errors were encountered:
The same is for git add . It doesn't know that . means "all"
git add .
Sorry, something went wrong.
it seams to have trouble with a lot of git flags huh
single letter flags in general
. means current directory, not all. Nonetheless, it should still know
No branches or pull requests
git log -L '/int main/',/^}/:main.c
command shows-L
as unknown though its in linked git doc https://manpages.ubuntu.com/manpages/kinetic/en/man1/git-log.1.htmlThe text was updated successfully, but these errors were encountered: