scp <source> <destination>scp /path/to/file username@a:/path/to/file| # remove all branches except main and dev | |
| git branch | grep -v "main\|dev" | xargs git branch -D | 
| function log(message) { | |
| console.log(' '.repeat(new Error().stack.match(/\n/g).length - 2) + message); | |
| } | |
| function foo() { | |
| log('foo'); | |
| return bar() + bar(); | |
| } | |
| function bar() { |