vault backup: 2023-08-23 15:20:26

This commit is contained in:
zleyyij 2023-08-23 15:20:26 -06:00
parent 17ea6720a3
commit bbae539e88

View File

@ -46,3 +46,5 @@
### Merge local changes with remote changes
`git stash`
- Take any code that hasn't been committed, and save, before reverting back to the latest commit.
`git pull`
- Fetch remote changes and apply them locally