merge base

main
Nguyen Tran Hau 2020-07-10 12:45:14 +07:00
parent ae643d011c
commit 83029df884
1 changed files with 6 additions and 0 deletions

View File

@ -70,3 +70,9 @@ Cleanup unnecessary files:
```sh
git gc
```
Find common ancestor:
```sh
git merge-base A B
```