解决冲突
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
$ git log --graph --pretty=oneline --abbrev-commit
* 8306d83 (HEAD -> master) conflict fixed
|\
| * 6595182 (feature1) branch test
* | f239080 & simple
|/
* b1f5a38 branch test
* 4046b17 (origin/master, origin/HEAD) add test.txt
* d730a19 append GPL
* 8fd1e66 add distributed
* 123e316 wrote a readme file$ git branch -d feature1
Deleted branch feature1 (was 14096d0).