git apply patch解決衝突
阿新 • • 發佈:2019-02-16
$ git status
# Not currently on any branch.
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: Android.mk
# modified: api/current.txt
# modified: core/java/android/app/ContextImpl.java
# modified: core/java/android/content/Context.java
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# Android.mk.rej
# api/current.txt.rej
# core/java/android/app/ContextImpl.java.rej
# core/java/android/content/Context.java.rej
# frameworks_base.diff
# services/java/Android.mk.rej
# services/java/com/android/server/SystemServer.java.rej
# Not currently on any branch.
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: Android.mk
# modified: api/current.txt
# modified: core/java/android/app/ContextImpl.java
# modified: core/java/android/content/Context.java
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# Android.mk.rej
# api/current.txt.rej
# core/java/android/app/ContextImpl.java.rej
# core/java/android/content/Context.java.rej
# frameworks_base.diff
# services/java/Android.mk.rej
# services/java/com/android/server/SystemServer.java.rej