Command Line Commands

1234567891011121314
Across
  1. 1. git ... Creates a copy of an existing repository.
  2. 2. git ... Fetches and merges changes from the remote server to your working directory.
  3. 3. Clears the terminal screen, removing all previous commands and output.
  4. 5. Creates a new directory.
  5. 8. git ... Updates the remote repository with local commits.
  6. 10. Concatenates and displays the content of files.
  7. 11. git ... Adds changes in the working directory to the staging area.
  8. 12. git ... Captures the current state of the project in a new commit
  9. 14. Lists all files and directories in the current directory.
Down
  1. 1. Opens files and folders in Visual Studio Code.
  2. 2. Displays the path of the current working directory.
  3. 3. Copies files or directories.
  4. 4. Removes files
  5. 6. git ... Initializes a new Git repository.
  6. 7. Creates a new empty file
  7. 9. git ... Shows the status of changes as untracked, modified, or staged
  8. 10. Changes the current directory to another one.
  9. 13. Moves or renames files or directories.