A Git alias to quickly check out a Pull Request branch in a single move. ⚡
git config --global alias.cpr '!f() { git fetch --quiet ${GIT_DEFAULT_REMOTE-origin} pull/$1/head:pulls/$1 && git checkout pulls/$1; }; f'A Git alias to quickly check out a Pull Request branch in a single move. ⚡
git config --global alias.cpr '!f() { git fetch --quiet ${GIT_DEFAULT_REMOTE-origin} pull/$1/head:pulls/$1 && git checkout pulls/$1; }; f'| [merge] | |
| tool = p4merge | |
| ff = no | |
| [diff] | |
| tool = p4merge | |
| guitool = p4merge | |
| renames = copies | |
| [difftool] | |
| prompt = false | |
| [mergetool] |
| [Reflection.Assembly]::LoadWithPartialName("System.Messaging") | |
| [System.Messaging.MessageQueue]::GetPrivateQueuesByMachine("localhost") | % { $_.Purge() } |
| [Reflection.Assembly]::LoadWithPartialName("System.Messaging") | |
| [System.Messaging.MessageQueue]::GetPrivateQueuesByMachine("localhost") | % { [System.Messaging.MessageQueue]::Delete($_.Path) } |
| Script | |
| 1. Test Base Class | |
| 2. Unique, Identifiable Links | |
| 3. Encapsulate in our tests | |
| 4. Strongly-typed views |