Skip to content

Instantly share code, notes, and snippets.

@reeze
Created March 29, 2012 04:00
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/2233192 to your computer and use it in GitHub Desktop.
Save reeze/2233192 to your computer and use it in GitHub Desktop.
➜ Opensource git config --global core.autocrlf
input
➜ 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 | 221 KiB/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: ext/standard/tests/strings/strnatcasecmp_error.phpt
# modified: ext/standard/tests/strings/strnatcmp_basic.phpt
# modified: ext/standard/tests/strings/strnatcmp_error.phpt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment