Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 459 Bytes

File metadata and controls

10 lines (10 loc) · 459 Bytes

Few Important Linux Commands

  • Git Bash is based upon the linux OS therefore you can only use linux commands to navigate in the git repository.
  1. pwd Present working directory
  2. ls list the contents
  3. cd change the directory
  4. clear clear the terminal
  5. shift + insert = ctrl + V = Paste
  6. touch filename.extensionName to make an empty file!
  7. ctrl plus + will zoom-in in the terminal
  8. ctrl plus - will zoom-out in the terminal