Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git status
- On branch analysisWS14
- Changes not staged for commit:
- (use "git add <file>..." to update what will be committed)
- (use "git restore <file>..." to discard changes in working directory)
- modified: _android/africa.buycoins.buycoinsx.basic.md
- modified: _android/com.bitmex.mobile.android.md
- modified: _android/com.coinsuper.app.md
- modified: _android/com.cryptology.android.md
- modified: _android/com.hoo.qianbao.md
- modified: _android/com.tradingducoin.appli.md
- modified: _android/com.zsdk.exchange.md
- modified: _android/exchange.delta.md
- modified: _android/fr.acinq.eclair.wallet.md
- modified: _android/net.benoitbasset.ograpi.md
- Untracked files:
- (use "git add <file>..." to include in what will be committed)
- _iphone/cn.maolian.hufu.app.standard.md
- _iphone/com.bitmex.mobile.ios.md
- _iphone/com.coinsuper.app.md
- _iphone/com.cryptology.ios.md
- _iphone/com.tradingducoin.appli.md
- _iphone/exchange.delta.app.md
- images/wallet_icons/iphone/cn.maolian.hufu.app.standard.jpg
- images/wallet_icons/iphone/com.bitmex.mobile.ios.jpg
- images/wallet_icons/iphone/com.coinsuper.app.jpg
- images/wallet_icons/iphone/com.cryptology.ios.jpg
- images/wallet_icons/iphone/com.tradingducoin.appli.jpg
- images/wallet_icons/iphone/exchange.delta.app.jpg
- no changes added to commit (use "git add" and/or "git commit -a")
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git add .
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git commit -m "analysisWS14 including iphones and some images"
- [analysisWS14 e46b59e1a] analysisWS14 including iphones and some images
- 22 files changed, 539 insertions(+), 55 deletions(-)
- create mode 100644 _iphone/cn.maolian.hufu.app.standard.md
- create mode 100644 _iphone/com.bitmex.mobile.ios.md
- create mode 100644 _iphone/com.coinsuper.app.md
- create mode 100644 _iphone/com.cryptology.ios.md
- create mode 100644 _iphone/com.tradingducoin.appli.md
- create mode 100644 _iphone/exchange.delta.app.md
- create mode 100644 images/wallet_icons/iphone/cn.maolian.hufu.app.standard.jpg
- create mode 100644 images/wallet_icons/iphone/com.bitmex.mobile.ios.jpg
- create mode 100644 images/wallet_icons/iphone/com.coinsuper.app.jpg
- create mode 100644 images/wallet_icons/iphone/com.cryptology.ios.jpg
- create mode 100644 images/wallet_icons/iphone/com.tradingducoin.appli.jpg
- create mode 100644 images/wallet_icons/iphone/exchange.delta.app.jpg
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git push
- fatal: The current branch analysisWS14 has no upstream branch.
- To push the current branch and set the remote as upstream, use
- git push --set-upstream origin analysisWS14
- dannybuntu@wsdaniel:~/Work/walletScrutinyCom$ git push --set-upstream origin analysisWS14
- Enumerating objects: 45, done.
- Counting objects: 100% (45/45), done.
- Delta compression using up to 4 threads
- Compressing objects: 100% (29/29), done.
- Writing objects: 100% (29/29), 112.70 KiB | 8.05 MiB/s, done.
- Total 29 (delta 9), reused 0 (delta 0)
- remote:
- remote: To create a merge request for analysisWS14, visit:
- remote: https://gitlab.com/dannygarcia/walletScrutinyCom/-/merge_requests/new?merge_request%5Bsource_branch%5D=analysisWS14
- remote:
- To gitlab.com:dannygarcia/walletScrutinyCom.git
- * [new branch] analysisWS14 -> analysisWS14
- Branch 'analysisWS14' set up to track remote branch 'analysisWS14' from 'origin'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement