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
git init | |
touch test.php | |
git add test.php | |
git commit -m "initial commit" | |
# any command or script to add or change a file but is ignored by git | |
# example: add debug.php and alter file -> echo -n "testing..." >> test.php | |
any-command-to-edit-or-create-patch-files | |
ls |
NewerOlder