This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.os.FileObserver; | |
import java.io.File; | |
import java.util.ArrayList; | |
import java.util.List; | |
import java.util.Stack; | |
/** | |
* Created by zhengxiaoyong on 2018/3/20. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 参数可选(auto, ture, false) | |
$ git config --global color.status auto | |
$ git config --global color.diff auto | |
$ git config --global color.branch auto | |
$ git config --global color.interactive auto | |
$ git config --global color.ui auto |