Created
March 29, 2012 04:00
-
-
Save reeze/2233192 to your computer and use it in GitHub Desktop.
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
➜ 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