Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 228 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 228 Bytes

List of safe git commands

Here, "safe" just means that running these commands won't modify your workspace.

  1. git branch
  2. git remote
  3. git stash list (warning: git stash can possibly modify your workspace.)