Nest all content into snippets
This commit is contained in:
20
snippets/git/s/fetch-changes.md
Normal file
20
snippets/git/s/fetch-changes.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Fetch latest changes from remote
|
||||
type: snippet
|
||||
language: git
|
||||
tags: [repository]
|
||||
cover: playing-fetch
|
||||
dateModified: 2021-04-13T21:10:59+03:00
|
||||
---
|
||||
|
||||
Fetches the latest changes from the remote.
|
||||
|
||||
- Use `git fetch` to get the latest changes from the remote, without applying them.
|
||||
|
||||
```shell
|
||||
git fetch
|
||||
```
|
||||
|
||||
```shell
|
||||
git fetch # Fetches the latest updates from the remote
|
||||
```
|
||||
Reference in New Issue
Block a user