From http://www.darkcoding.net/software/cleaning-up-old-git-branches/
-
Switch to the main branch, usually 'develop':
git checkout develop -
Get a list of fully merged branches:
| adb_enabled=1 | |
| airplane_mode_on=0 | |
| airplane_mode_radios=cell,bluetooth,wifi,nfc,wimax | |
| airplane_mode_toggleable_radios=bluetooth,wifi,nfc | |
| assisted_gps_enabled=1 | |
| audio_safe_volume_state=1 | |
| auto_time=1 | |
| auto_time_zone=1 | |
| bluetooth_on=1 | |
| bugreport_in_power_menu=0 |
From http://www.darkcoding.net/software/cleaning-up-old-git-branches/
Switch to the main branch, usually 'develop':
git checkout develop
Get a list of fully merged branches:
| import okhttp3.OkHttpClient | |
| import java.security.cert.CertificateException | |
| import javax.net.ssl.SSLContext | |
| import javax.net.ssl.TrustManager | |
| import javax.net.ssl.X509TrustManager | |
| class UnsafeOkHttpClient { | |
| companion object { | |
| fun getUnsafeOkHttpClient(): OkHttpClient.Builder { | |
| try { |