Skip to content

Instantly share code, notes, and snippets.

@reeze
Created March 29, 2012 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reeze/2233132 to your computer and use it in GitHub Desktop.
Save reeze/2233132 to your computer and use it in GitHub Desktop.
git always have changed file
➜ Opensource git config --global core.autocrlf
false
➜ Opensource git clone https://github.com/php/php-src.git php-src-clean
Cloning into php-src-clean...
remote: Counting objects: 492188, done.
remote: Compressing objects: 100% (99071/99071), done.
remote: Total 492188 (delta 392149), reused 491908 (delta 391913)
Receiving objects: 100% (492188/492188), 108.91 MiB | 1.08 MiB/s, done.
Resolving deltas: 100% (392149/392149), done.
➜ Opensource cd php-src-clean
➜ php-src-clean git:(master) ✗ git st
# On branch master
# 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: tests/lang/foreachLoop.001.phpt
# modified: tests/lang/foreachLoop.002.phpt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment