First commit: draft of the blog
This commit is contained in:
16
content/chs-git.md
Normal file
16
content/chs-git.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Some git tricks
|
||||
date: 2019-04-22
|
||||
category: Cheat Sheets
|
||||
---
|
||||
|
||||
Some git tricks I use from time to time and that I forgot everytime…
|
||||
|
||||
Reset `master` to `origin/master`:
|
||||
```sh
|
||||
git co origin/master -B master
|
||||
```
|
||||
|
||||
Another useful trick is `git commit -v`, it allows reviewing your changes before committing.
|
||||
|
||||

|
44
content/examples/git-cv.svg
Normal file
44
content/examples/git-cv.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 66 KiB |
BIN
content/images/cover_home.jpg
Normal file
BIN
content/images/cover_home.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
9
content/pages/index.md
Normal file
9
content/pages/index.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Welcome
|
||||
date: 2019-04-22
|
||||
author: Fabrice Mouhartem
|
||||
URL:
|
||||
save_as: index.html
|
||||
---
|
||||
|
||||
Welcome to this _blog_, which aims at relieving my brain from the hard task of remembering all sort of weird stuff. I hope it'll help some of you as well.
|
Reference in New Issue
Block a user