-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcleanup.sh
More file actions
executable file
·23 lines (23 loc) · 791 Bytes
/
cleanup.sh
File metadata and controls
executable file
·23 lines (23 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/env bash
git checkout HEAD package.json
git checkout HEAD package-lock.json
git checkout HEAD yarn.lock
git checkout HEAD README.md
git checkout HEAD js
git checkout HEAD cs/ccxt/api
git checkout HEAD cs/ccxt/exchanges
git checkout HEAD cs/tests/Generated
git checkout HEAD cs/ccxt/wrappers/
git checkout HEAD cs/ccxt/base/Exchange.Wrappers.cs
git checkout HEAD cs/ccxt/base/Exchange.BaseMethods.cs
git checkout HEAD cs/ccxt/base/Exchange.MetaData.cs
git checkout HEAD ts/ccxt.ts
git checkout HEAD ts/src/abstract
git checkout HEAD python
git checkout HEAD php
git checkout HEAD dist
git checkout HEAD examples
git checkout HEAD go/v4/exchange_metadata.go
git checkout HEAD wiki/Exchange-Markets.md
git checkout HEAD wiki/Manual.md
git checkout HEAD -- go/v4 ':(exclude)exchange'