English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux git command

Linux Command Manual

Linux git command is a file manager in text mode.

Git is a program used to manage files, which is very similar to Norton Commander under DOS, with an interactive operation interface. Its operation methods are almost the same as those of Norton Commander.

Syntax

git

Operation Instructions:

  • F1 :When executing the info command, query command information, you will be prompted to enter the name you want to query.
  • F2 :When executing the cat command, list the file content.
  • F3 :When executing the gitview command, view the file content.
  • F4 :When executing the vi command, edit the file content.
  • F5 :When executing the cp command, copy files or directories, you will be prompted to enter the target file or directory.
  • F6 :When executing the mv command, move files or directories, or rename them, you will be prompted to enter the target file or directory.
  • F7 :When executing the mkdir command, create a directory.
  • F8 :When executing the rm command, delete files or directories.
  • F9 :When executing the make command, batch execution command, or compiling a program, you will be prompted to enter the relevant commands.
  • F10 :Leave the git file administrator.

Linux Command Manual