Misc
create-> touch fileName
remove -> rm fileName
See config -> cat ~/.gitconfig
Git Staging
New Files -> git add .
Unstage/Delete -> git add -u
| [merge] | |
| tool = p4merge | |
| ff = no | |
| [diff] | |
| tool = p4merge | |
| guitool = p4merge | |
| renames = copies | |
| [difftool] | |
| prompt = false | |
| [mergetool] |
Misc
create-> touch fileName
remove -> rm fileName
See config -> cat ~/.gitconfig
Git Staging
New Files -> git add .
Unstage/Delete -> git add -u
| # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) | |
| [Bb]in/ | |
| [Oo]bj/ | |
| # mstest test results | |
| TestResults | |
| ## Ignore Visual Studio temporary files, build results, and | |
| ## files generated by popular Visual Studio add-ons. |