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