Created
August 24, 2012 20:21
-
-
Save tophyr/3455223 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
~/Projects/android-source/bionic/libc/kernel/common/linux $git checkout -f HEAD | |
~/Projects/android-source/bionic/libc/kernel/common/linux $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: netfilter/xt_CONNMARK.h | |
# modified: netfilter/xt_MARK.h | |
# modified: netfilter_ipv6/ip6t_HL.h | |
# | |
no changes added to commit (use "git add" and/or "git commit -a") | |
~/Projects/android-source/bionic/libc/kernel/common/linux $git checkout -- netfilter/xt_CONNMARK.h | |
~/Projects/android-source/bionic/libc/kernel/common/linux $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: netfilter/xt_CONNMARK.h | |
# modified: netfilter/xt_MARK.h | |
# modified: netfilter_ipv6/ip6t_HL.h | |
# | |
no changes added to commit (use "git add" and/or "git commit -a") | |
~/Projects/android-source/bionic/libc/kernel/common/linux $git checkout HEAD -f -- netfilter/xt_CONNMARK.h | |
~/Projects/android-source/bionic/libc/kernel/common/linux $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: netfilter/xt_MARK.h | |
# modified: netfilter/xt_connmark.h | |
# modified: netfilter_ipv6/ip6t_HL.h | |
# | |
no changes added to commit (use "git add" and/or "git commit -a") | |
~/Projects/android-source/bionic/libc/kernel/common/linux $git checkout HEAD -f -- netfilter/xt_MARK.h | |
~/Projects/android-source/bionic/libc/kernel/common/linux $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: netfilter/xt_connmark.h | |
# modified: netfilter/xt_mark.h | |
# modified: netfilter_ipv6/ip6t_HL.h | |
# | |
no changes added to commit (use "git add" and/or "git commit -a") | |
~/Projects/android-source/bionic/libc/kernel/common/linux $git checkout HEAD -f -- netfilter/xt_connmark.h | |
~/Projects/android-source/bionic/libc/kernel/common/linux $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: netfilter/xt_CONNMARK.h | |
# modified: netfilter/xt_mark.h | |
# modified: netfilter_ipv6/ip6t_HL.h | |
# | |
no changes added to commit (use "git add" and/or "git commit -a") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment