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

This commit is contained in:
zleyyij 2023-08-23 15:26:26 -06:00
parent 1df89aa111
commit b955415df9

View File

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