Tran Hau 2020-05-10 19:22:44 +07:00
parent e23a797865
commit ea31caf946
1 changed files with 0 additions and 18 deletions

View File

@ -38,24 +38,6 @@ Push force safely:
git push --force-with-lease
```
Prefer rebase when pull:
```sh
git pull --rebase
```
Clean outdated branches:
```sh
git fetch --prune
```
Push force safely:
```sh
git push --force-with-lease
```
Rewrite history by changing last `x` commits :
```sh