ฉันใหม่กับ Git และเทอร์มินัล ฉันจะออกจากโหมดรายการที่สร้างโดยgit status
คำสั่งได้อย่างไร
ฉันใหม่กับ Git และเทอร์มินัล ฉันจะออกจากโหมดรายการที่สร้างโดยgit status
คำสั่งได้อย่างไร
คำตอบ:
ฉันมีที่จะคาดเดาที่นี่ แต่คอมไพล์อาจจะมีการเรียกใช้ผลผลิตของตนลงในโปรแกรมเพจเจอร์ $ ของคุณมีแนวโน้มหรือless
more
ไม่ว่าในกรณีใดการพิมพ์qควรนำคุณออกไป
:q
นั่นเป็นคำสั่งที่น้อยกว่าจริงๆ โดยจะใช้คำสั่งเดียวกับvi
:q!
:q
เป็นสิ่งที่จำเป็นสำหรับฉันแม้ว่าเทอร์มินัลจะอยู่ใน less.exe เพียงแค่ไม่ทำอะไรเลย ขอบคุณ @RageZ
พิมพ์ 'q' แล้วจะทำงาน
เมื่อใดก็ตามที่คุณอยู่ที่อาคารผู้โดยสารและมีสถานการณ์ที่คล้ายกันโปรดจำไว้ว่าให้ลองพิมพ์ "เลิก", "ออก" รวมถึงการยกเลิกคีย์ผสม 'Ctrl + C'
ps -ax
เมื่อฉันวิ่ง q
ไม่ทราบเกี่ยวกับ
:q
ได้ฉันสามารถออกไปได้เท่านั้น
q
, esc
และปุ่มอื่น ๆ อีกมากมายและไม่มีพวกเขาทำงานจนกว่าฉันจะสามารถข้ามCTRL + C
และมันทำให้ผมออกมาจากมัน!
สำหรับ windows:
Ctrl + q และ c สำหรับออกจากสถานการณ์การทำงาน
qหรือSHIFT+ qจะทำการหลอกลวง นี้คุณจะได้รับจากหลายที่กว้างขวางประชุมหน้าเลื่อนเช่นgit status
, git show HEAD
, git diff
ฯลฯ นี้จะไม่ออกจากหน้าต่างของคุณหรือสิ้นสุดเซสชันของคุณ
คำสั่งผสมที่ฉันต้องการคือGq
ซึ่งจะพิมพ์ออกมาทั้งหมดแล้วออก
คุณสามารถพิมพ์h
เพื่อแสดงคำสั่งวิธีใช้สำหรับการโต้ตอบที่มีน้อยลงซึ่งจะพิมพ์สิ่งนี้ลงในคอนโซล:
SUMMARY OF LESS COMMANDS
Commands marked with * may be preceded by a number, N.
Notes in parentheses indicate the behavior if N is given.
h H Display this help.
q :q Q :Q ZZ Exit.
---------------------------------------------------------------------------
MOVING
e ^E j ^N CR * Forward one line (or N lines).
y ^Y k ^K ^P * Backward one line (or N lines).
f ^F ^V SPACE * Forward one window (or N lines).
b ^B ESC-v * Backward one window (or N lines).
z * Forward one window (and set window to N).
w * Backward one window (and set window to N).
ESC-SPACE * Forward one window, but don't stop at end-of-file.
d ^D * Forward one half-window (and set half-window to N).
u ^U * Backward one half-window (and set half-window to N).
ESC-) RightArrow * Left one half screen width (or N positions).
ESC-( LeftArrow * Right one half screen width (or N positions).
F Forward forever; like "tail -f".
r ^R ^L Repaint screen.
R Repaint screen, discarding buffered input.
---------------------------------------------------
Default "window" is the screen height.
Default "half-window" is half of the screen height.
---------------------------------------------------------------------------
SEARCHING
/pattern * Search forward for (N-th) matching line.
?pattern * Search backward for (N-th) matching line.
n * Repeat previous search (for N-th occurrence).
N * Repeat previous search in reverse direction.
ESC-n * Repeat previous search, spanning files.
ESC-N * Repeat previous search, reverse dir. & spanning files.
ESC-u Undo (toggle) search highlighting.
---------------------------------------------------
Search patterns may be modified by one or more of:
^N or ! Search for NON-matching lines.
^E or * Search multiple files (pass thru END OF FILE).
^F or @ Start search at FIRST file (for /) or last file (for ?).
^K Highlight matches, but don't move (KEEP position).
^R Don't use REGULAR EXPRESSIONS.
---------------------------------------------------------------------------
JUMPING
g < ESC-< * Go to first line in file (or line N).
G > ESC-> * Go to last line in file (or line N).
p % * Go to beginning of file (or N percent into file).
t * Go to the (N-th) next tag.
T * Go to the (N-th) previous tag.
{ ( [ * Find close bracket } ) ].
} ) ] * Find open bracket { ( [.
ESC-^F <c1> <c2> * Find close bracket <c2>.
ESC-^B <c1> <c2> * Find open bracket <c1>
---------------------------------------------------
ก่อนอื่นคุณต้องตั้งค่าการสิ้นสุดของบรรทัดในเทอร์มินัล
git config --global core.autocrlf input
git config --global core.safecrlf true
จากนั้นคุณสามารถใช้ :q
git config --global core.autocrlf true
แทนมันจะทำงานได้
คุณสามารถปิดใช้งานเพจเจอร์สำหรับคำสั่งที่ไม่รู้จักการ--no-pager
ตั้งค่าสถานะ
git config --global pager.<command> false
ฉันปิดการใช้งานสำหรับชื่อแทนบันทึกและตั้งค่าปริมาณเฉพาะเพื่อกลับ
git config --global pager.log false
ก่อนกดคำสั่ง exit (q และอื่น ๆ ) ตรวจสอบภาษาที่ป้อนปัจจุบัน: หากไม่ใช่คำสั่งภาษาอังกฤษอาจไม่ทำงาน
Crt + c ใช้งานได้กับ Windows! user1852392
โปรดลองขั้นตอนนี้ในคอมไพล์ทุบตีมันอาจช่วยคุณได้
CTRL + C
:qa!
หากคุณอยู่ที่ bash git ลองใช้ exit
ฉันพยายามใช้ q หรือ ctrl + q แต่พวกเขาใช้ไม่ได้กับการทุบตี
exit
ทำเพื่อฉัน ผลลัพธ์ของฉันหลังจากกดผลตอบแทน
my-mac:Car Game mymac$ exit
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
core.pager
ตัวแปรการกำหนดค่า (ถ้าตั้งค่าไว้) ดังนั้นตัวแปรสภาพแวดล้อม GIT_PAGER จากนั้นเป็นตัวแปรสภาพแวดล้อม PAGER จากนั้นจึงless
เป็นทางเลือก