https://github.com/hamirmahal/git
https://github.com/hamirmahal/git
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hamirmahal/git
- Owner: hamirmahal
- Created: 2023-07-19T08:29:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T19:10:56.000Z (almost 2 years ago)
- Last Synced: 2024-12-11T11:06:34.048Z (7 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.)