Skip to content

Instantly share code, notes, and snippets.

View antomor's full-sized avatar
🎯
Focusing

Antonio Morrone antomor

🎯
Focusing
View GitHub Profile
@antomor
antomor / emgithub-example.md
Created October 19, 2020 19:49
Hugo Emgithub shortcode
@antomor
antomor / git-move-dir.txt
Last active March 14, 2020 15:46
Git: move files retaining history
From the source repository:
```sh
git clone <src_repository> <src_repository>_clone
# clone the src repository in new folder
```
```sh
cd <src_repository>_clone
```