Remove absolute position when it's not needed

Especially for translation purpose
This commit is contained in:
2019-04-24 21:31:15 +05:30
parent d8c31462dd
commit bea42a917b
6 changed files with 8 additions and 6 deletions

View File

@ -14,7 +14,7 @@ Lang: en
Some [git](https://git-scm.com/) tricks I use from time to time and that I forgot everytime…
**Disclaimer:** I'm not the perfect git user, and my way of using it is especially crude.
Recently, most of my git commits are due to [pass](/password-store.html), therefore most of those commands are here to fix my own mistakes.
Recently, most of my git commits are due to [pass](password-store.html), therefore most of those commands are here to fix my own mistakes.
Reset `master` to `origin/master`:
```sh