Advertisement
dannybuntu

analysisWS14 - October 6, 2021

Oct 6th, 2021
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
  2. On branch analysisWS14
  3. Changes not staged for commit:
  4. (use "git add <file>..." to update what will be committed)
  5. (use "git restore <file>..." to discard changes in working directory)
  6. modified: _android/africa.buycoins.buycoinsx.basic.md
  7. modified: _android/com.bitmex.mobile.android.md
  8. modified: _android/com.coinsuper.app.md
  9. modified: _android/com.cryptology.android.md
  10. modified: _android/com.hoo.qianbao.md
  11. modified: _android/com.tradingducoin.appli.md
  12. modified: _android/com.zsdk.exchange.md
  13. modified: _android/exchange.delta.md
  14. modified: _android/fr.acinq.eclair.wallet.md
  15. modified: _android/net.benoitbasset.ograpi.md
  16.  
  17. Untracked files:
  18. (use "git add <file>..." to include in what will be committed)
  19. _iphone/cn.maolian.hufu.app.standard.md
  20. _iphone/com.bitmex.mobile.ios.md
  21. _iphone/com.coinsuper.app.md
  22. _iphone/com.cryptology.ios.md
  23. _iphone/com.tradingducoin.appli.md
  24. _iphone/exchange.delta.app.md
  25. images/wallet_icons/iphone/cn.maolian.hufu.app.standard.jpg
  26. images/wallet_icons/iphone/com.bitmex.mobile.ios.jpg
  27. images/wallet_icons/iphone/com.coinsuper.app.jpg
  28. images/wallet_icons/iphone/com.cryptology.ios.jpg
  29. images/wallet_icons/iphone/com.tradingducoin.appli.jpg
  30. images/wallet_icons/iphone/exchange.delta.app.jpg
  31.  
  32. no changes added to commit (use "git add" and/or "git commit -a")
  33. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git add .
  34. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git commit -m "analysisWS14 including iphones and some images"
  35. [analysisWS14 e46b59e1a] analysisWS14 including iphones and some images
  36. 22 files changed, 539 insertions(+), 55 deletions(-)
  37. create mode 100644 _iphone/cn.maolian.hufu.app.standard.md
  38. create mode 100644 _iphone/com.bitmex.mobile.ios.md
  39. create mode 100644 _iphone/com.coinsuper.app.md
  40. create mode 100644 _iphone/com.cryptology.ios.md
  41. create mode 100644 _iphone/com.tradingducoin.appli.md
  42. create mode 100644 _iphone/exchange.delta.app.md
  43. create mode 100644 images/wallet_icons/iphone/cn.maolian.hufu.app.standard.jpg
  44. create mode 100644 images/wallet_icons/iphone/com.bitmex.mobile.ios.jpg
  45. create mode 100644 images/wallet_icons/iphone/com.coinsuper.app.jpg
  46. create mode 100644 images/wallet_icons/iphone/com.cryptology.ios.jpg
  47. create mode 100644 images/wallet_icons/iphone/com.tradingducoin.appli.jpg
  48. create mode 100644 images/wallet_icons/iphone/exchange.delta.app.jpg
  49. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git push
  50. fatal: The current branch analysisWS14 has no upstream branch.
  51. To push the current branch and set the remote as upstream, use
  52.  
  53. git push --set-upstream origin analysisWS14
  54.  
  55. dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git push --set-upstream origin analysisWS14
  56. Enumerating objects: 45, done.
  57. Counting objects: 100% (45/45), done.
  58. Delta compression using up to 4 threads
  59. Compressing objects: 100% (29/29), done.
  60. Writing objects: 100% (29/29), 112.70 KiB | 8.05 MiB/s, done.
  61. Total 29 (delta 9), reused 0 (delta 0)
  62. remote:
  63. remote: To create a merge request for analysisWS14, visit:
  64. remote: https://gitlab.com/dannygarcia/walletScrutinyCom/-/merge_requests/new?merge_request%5Bsource_branch%5D=analysisWS14
  65. remote:
  66. To gitlab.com:dannygarcia/walletScrutinyCom.git
  67. * [new branch] analysisWS14 -> analysisWS14
  68. Branch 'analysisWS14' set up to track remote branch 'analysisWS14' from 'origin'.
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement