K
K
Kirill Ignatov2013-07-03 21:57:21
git
Kirill Ignatov, 2013-07-03 21:57:21

Tell me what's happening on the command line

I'm learning Git using this tutorial githowto.com/ru/ and got acquainted with the command line for the first time.
When using the alias:
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
(this is from .gitconfig)

described in lesson 11, at first everything was ok, and then the following message appeared:
image

After that, it is no longer possible to work on the command line. Can you tell me if this is a bug or is something not working right? There are suspicions that the quotes in the alias code are to blame.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Kirill Ignatov, 2013-07-03
@Aristei

Thank you, it worked :) But I would like to know what is the reason? And what is it that turns on?

A
avalak, 2013-07-03
@avalak

In this case, the output is piped to less( man lessin the console for reference).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question