Untitled

 avatar
unknown
plain_text
5 years ago
2.8 kB
5
Indexable
T:\z_pubhelpcentersource>echo ---Push changes to develop---
---Push changes to develop---

T:\z_pubhelpcentersource>cd T:\z_pubhelpcentersource\GordianHelpCenter

T:\z_pubhelpcentersource\GordianHelpCenter>git checkout develop
Already on 'develop'
Your branch is ahead of 'origin/develop' by 1 commit.
  (use "git push" to publish your local commits)

T:\z_pubhelpcentersource\GordianHelpCenter>git pull
fatal: unable to access 'https://thegordiangroup.visualstudio.com/DefaultCollection/Shared%20Components/_git/GordianHelpCenter/': HTTP/2 stream 0 was not closed cleanly: Unknown error code (err 8)

T:\z_pubhelpcentersource\GordianHelpCenter>git add *
warning: LF will be replaced by CRLF in src/wwwroot/egordian/Public/Content/Videos/ContractorOnboarding/5CPPM/goodbye.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/wwwroot/egordian/Public/Content/Videos/ContractorOnboarding/5CPPM/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/wwwroot/egordian/Public/Content/Videos/ContractorOnboarding/5CPPM/lib/main.bundle.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/wwwroot/egordian/Public/Content/Videos/ContractorOnboarding/5CPPM/lib/main.bundle.js.
The file will have its original line endings in your working directory

T:\z_pubhelpcentersource\GordianHelpCenter>git commit -m "eGordian video test"
On branch develop
Your branch is ahead of 'origin/develop' by 1 commit.
  (use "git push" to publish your local commits)


It took 35.26 seconds to enumerate untracked files. 'status -uno'
may speed it up, but you have to be careful not to forget to add
new files yourself (see 'git help status').
nothing to commit, working tree clean

T:\z_pubhelpcentersource\GordianHelpCenter>git push
Enumerating objects: 363, done.
Counting objects: 100% (363/363), done.
Delta compression using up to 8 threads
Compressing objects: 100% (210/210), done.
Writing objects: 100% (216/216), 29.69 MiB | 417.00 KiB/s, done.
Total 216 (delta 123), reused 0 (delta 0), pack-reused 0
remote: Analyzing objects... (216/216) (60723 ms)
remote: Storing packfile... done (536 ms)
remote: Storing index... done (47 ms)
To https://thegordiangroup.visualstudio.com/DefaultCollection/Shared%20Components/_git/GordianHelpCenter
   2f06ccf5..9e4c981a  develop -> develop

T:\z_pubhelpcentersource\GordianHelpCenter>echo ---Changes pushed to develop---
---Changes pushed to develop---

T:\z_pubhelpcentersource\GordianHelpCenter>pause
Press any key to continue . . .

T:\z_pubhelpcentersource\GordianHelpCenter>
Editor is loading...