janpio / cordova-release-tools

Apache License 2.0
1 stars 0 forks source link

cort identify #1

Closed janpio closed 5 years ago

janpio commented 5 years ago

Identify: Check if there are unfetched changes on remote

E:\Projects\Cordova\cordova-plugin-device (master -> origin) (cordova-plugin-device@2.0.3-dev) 
λ git fetch origin --dry-run                                                                   

# commit from other checkout here

E:\Projects\Cordova\cordova-plugin-device (master -> origin) (cordova-plugin-device@2.0.3-dev) 
λ git fetch origin --dry-run                                                                   
remote: Enumerating objects: 2, done.                                                          
remote: Counting objects: 100% (2/2), done.                                                    
remote: Compressing objects: 100% (2/2), done.                                                 
remote: Total 2 (delta 0), reused 1 (delta 0), pack-reused 0                                   
Unpacking objects: 100% (2/2), done.                                                           
From https://github.com/apache/cordova-plugin-device                                           
   b888cdc..d0aced8  master     -> origin/master                                               

E:\Projects\Cordova\cordova-plugin-device (master -> origin) (cordova-plugin-device@2.0.3-dev) 
λ git fetch origin --dry-run                                                                   
From https://github.com/apache/cordova-plugin-device                                           
   b888cdc..d0aced8  master     -> origin/master                                               

E:\Projects\Cordova\cordova-plugin-device (master -> origin) (cordova-plugin-device@2.0.3-dev) 
λ git fetch origin                                                                             
From https://github.com/apache/cordova-plugin-device                                           
   b888cdc..d0aced8  master     -> origin/master                                               

E:\Projects\Cordova\cordova-plugin-device (master -> origin) (cordova-plugin-device@2.0.3-dev) 
λ git fetch origin                                                                             

E:\Projects\Cordova\cordova-plugin-device (master -> origin) (cordova-plugin-device@2.0.3-dev) 
λ git fetch origin --dry-run