vault backup: 2023-08-22 20:52:17

This commit is contained in:
q
2023-08-22 20:52:17 -05:00
parent b26ca2b714
commit d3d32b60b7
4 changed files with 33 additions and 21 deletions

View File

@@ -4,6 +4,10 @@
**Most use command:**
```bash
git clone url ## Clones a repo
git add -A ## Stages all current changes
git commit -m "message" ## Commits all changes located in the Staged area and adds a message
```
**Setting up a new git dev environment:**