Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamirmahal/git
https://github.com/hamirmahal/git
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hamirmahal/git
- Owner: hamirmahal
- Created: 2023-07-19T08:29:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T19:10:56.000Z (about 1 year ago)
- Last Synced: 2024-10-04T16:44:27.973Z (about 1 month 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.)