Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > git remote add CHANapp https://github.com/ImperatorOfIntellectualism/CHANapp.git
- > git status -z -u
- > git symbolic-ref --short HEAD
- > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/main refs/remotes/main
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git config --get commit.template
- > git fetch CHANapp
- > git ls-files --stage -- D:\CODE\chanapp\pages\index.tsx
- > git show --textconv :chanapp/pages/index.tsx
- From https://github.com/ImperatorOfIntellectualism/CHANapp
- * [new branch] main -> CHANapp/main
- > git status -z -u
- > git symbolic-ref --short HEAD
- > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/main refs/remotes/main
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git config --get commit.template
- > git ls-files --stage -- D:\CODE\chanapp\pages\index.tsx
- > git show --textconv :chanapp/pages/index.tsx
- > git status -z -u
- > git symbolic-ref --short HEAD
- > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/main refs/remotes/main
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git config --get commit.template
- > git add -A -- .
- warning: LF will be replaced by CRLF in chanapp/.eslintrc.json.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in chanapp/.gitignore.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in chanapp/README.md.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in chanapp/next.config.js.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in chanapp/package-lock.json.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in chanapp/package.json.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in chanapp/pages/_app.tsx.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in chanapp/pages/api/hello.ts.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in chanapp/pages/index.tsx.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in chanapp/public/vercel.svg.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in chanapp/styles/Home.module.css.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in chanapp/tsconfig.json.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in package-lock.json.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in package.json.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in src/migrations/Migration20211026094315.ts.
- The file will have its original line endings in your working directory
- warning: LF will be replaced by CRLF in tsconfig.json.
- The file will have its original line endings in your working directory
- > git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file -
- > git status -z -u
- > git symbolic-ref --short HEAD
- > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/main refs/remotes/main
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git config --get commit.template
- > git ls-files --stage -- D:\CODE\chanapp\pages\index.tsx
- > git cat-file -s 2059d02e270c652da877dc72839a5669c59392b8
- > git show --textconv :chanapp/pages/index.tsx
- > git status -z -u
- > git symbolic-ref --short HEAD
- > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/main refs/remotes/main
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git config --get commit.template
- > git push CHANapp main
- To https://github.com/ImperatorOfIntellectualism/CHANapp.git
- ! [rejected] main -> main (non-fast-forward)
- error: failed to push some refs to 'https://github.com/ImperatorOfIntellectualism/CHANapp.git'
- hint: Updates were rejected because the tip of your current branch is behind
- hint: its remote counterpart. Integrate the remote changes (e.g.
- hint: 'git pull ...') before pushing again.
- hint: See the 'Note about fast-forwards' in 'git push --help' for details.
- > git log --oneline --cherry main...main@{upstream} --
- fatal: no upstream configured for branch 'main'
- > git pull --tags
- There is no tracking information for the current branch.
- Please specify which branch you want to merge with.
- See git-pull(1) for details.
- git pull <remote> <branch>
- If you wish to set tracking information for this branch you can do so with:
- git branch --set-upstream-to=CHANapp/<branch> main
- > git ls-files --stage -- D:\CODE\chanapp\pages\index.tsx
- > git cat-file -s 2059d02e270c652da877dc72839a5669c59392b8
- > git show --textconv :chanapp/pages/index.tsx
- > git status -z -u
- > git symbolic-ref --short HEAD
- > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/main refs/remotes/main
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git config --get commit.template
- > git log --oneline --cherry main...main@{upstream} --
- fatal: no upstream configured for branch 'main'
- > git pull --tags CHANapp main
- From https://github.com/ImperatorOfIntellectualism/CHANapp
- * branch main -> FETCH_HEAD
- fatal: refusing to merge unrelated histories
- > git ls-files --stage -- D:\CODE\chanapp\pages\index.tsx
- > git cat-file -s 2059d02e270c652da877dc72839a5669c59392b8
- > git show --textconv :chanapp/pages/index.tsx
- > git status -z -u
- > git symbolic-ref --short HEAD
- > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/main refs/remotes/main
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git config --get commit.template
- > git push CHANapp main
- To https://github.com/ImperatorOfIntellectualism/CHANapp.git
- ! [rejected] main -> main (non-fast-forward)
- error: failed to push some refs to 'https://github.com/ImperatorOfIntellectualism/CHANapp.git'
- hint: Updates were rejected because the tip of your current branch is behind
- hint: its remote counterpart. Integrate the remote changes (e.g.
- hint: 'git pull ...') before pushing again.
- hint: See the 'Note about fast-forwards' in 'git push --help' for details.
- > git show --textconv :dist/index.js
- > git ls-files --stage -- D:\CODE\dist\index.js
- > git cat-file -s d6cf00e78b8901535facadfd2f1b02afefe5ec2f
- > git show --textconv :src/index.ts
- > git ls-files --stage -- D:\CODE\src\index.ts
- > git cat-file -s f0ae144245ab480bd437b97be9d58d267399b602
- > git push CHANapp main
- To https://github.com/ImperatorOfIntellectualism/CHANapp.git
- ! [rejected] main -> main (non-fast-forward)
- error: failed to push some refs to 'https://github.com/ImperatorOfIntellectualism/CHANapp.git'
- hint: Updates were rejected because the tip of your current branch is behind
- hint: its remote counterpart. Integrate the remote changes (e.g.
- hint: 'git pull ...') before pushing again.
- hint: See the 'Note about fast-forwards' in 'git push --help' for details.
- > git log --oneline --cherry main...main@{upstream} --
- fatal: no upstream configured for branch 'main'
- > git pull --tags
- There is no tracking information for the current branch.
- Please specify which branch you want to merge with.
- See git-pull(1) for details.
- git pull <remote> <branch>
- If you wish to set tracking information for this branch you can do so with:
- git branch --set-upstream-to=CHANapp/<branch> main
- > git ls-files --stage -- D:\CODE\src\index.ts
- > git cat-file -s f0ae144245ab480bd437b97be9d58d267399b602
- > git show --textconv :src/index.ts
- > git status -z -u
- > git symbolic-ref --short HEAD
- > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/main refs/remotes/main
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git config --get commit.template
- > git log --oneline --cherry main...main@{upstream} --
- fatal: no upstream configured for branch 'main'
- > git pull --tags -r
- There is no tracking information for the current branch.
- Please specify which branch you want to rebase against.
- See git-pull(1) for details.
- git pull <remote> <branch>
- If you wish to set tracking information for this branch you can do so with:
- git branch --set-upstream-to=<remote>/<branch> main
- > git ls-files --stage -- D:\CODE\src\index.ts
- > git cat-file -s f0ae144245ab480bd437b97be9d58d267399b602
- > git show --textconv :src/index.ts
- > git status -z -u
- > git symbolic-ref --short HEAD
- > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/main refs/remotes/main
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git config --get commit.template
- > git log --oneline --cherry main...main@{upstream} --
- fatal: no upstream configured for branch 'main'
- > git pull --tags CHANapp main
- From https://github.com/ImperatorOfIntellectualism/CHANapp
- * branch main -> FETCH_HEAD
- fatal: refusing to merge unrelated histories
- > git ls-files --stage -- D:\CODE\src\index.ts
- > git cat-file -s f0ae144245ab480bd437b97be9d58d267399b602
- > git show --textconv :src/index.ts
- > git status -z -u
- > git symbolic-ref --short HEAD
- > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/main refs/remotes/main
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git config --get commit.template
- > git status -z -u
- > git symbolic-ref --short HEAD
- > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/main refs/remotes/main
- > git ls-files --stage -- D:\CODE\src\index.ts
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git cat-file -s f0ae144245ab480bd437b97be9d58d267399b602
- > git config --get commit.template
- > git show --textconv :src/index.ts
- > git push
- fatal: No configured push destination.
- Either specify the URL from the command-line or configure a remote repository using
- git remote add <name> <url>
- and then push using the remote name
- git push <name>
- > git push CHANapp main
- To https://github.com/ImperatorOfIntellectualism/CHANapp.git
- ! [rejected] main -> main (non-fast-forward)
- error: failed to push some refs to 'https://github.com/ImperatorOfIntellectualism/CHANapp.git'
- hint: Updates were rejected because the tip of your current branch is behind
- hint: its remote counterpart. Integrate the remote changes (e.g.
- hint: 'git pull ...') before pushing again.
- hint: See the 'Note about fast-forwards' in 'git push --help' for details.
- > git rebase CHANapp/main
- > git ls-files --stage -- D:\CODE\src\index.ts
- > git cat-file -s f0ae144245ab480bd437b97be9d58d267399b602
- > git show --textconv :src/index.ts
- Rebasing (1/6)
- Rebasing (2/6)
- Rebasing (3/6)
- error: The following untracked working tree files would be overwritten by merge:
- node_modules/.bin/acorn
- node_modules/.bin/acorn.cmd
- node_modules/.bin/acorn.ps1
- node_modules/.bin/is-ci
- node_modules/.bin/is-ci.cmd
- node_modules/.bin/is-ci.ps1
- node_modules/.bin/nodemon
- node_modules/.bin/nodemon.cmd
- node_modules/.bin/nodemon.ps1
- node_modules/.bin/nodetouch
- node_modules/.bin/nodetouch.cmd
- node_modules/.bin/nodetouch.ps1
- node_modules/.bin/nopt
- node_modules/.bin/nopt.cmd
- node_modules/.bin/nopt.ps1
- node_modules/.bin/rc
- node_modules/.bin/rc.cmd
- node_modules/.bin/rc.ps1
- node_modules/.bin/semver
- node_modules/.bin/semver.cmd
- node_modules/.bin/semver.ps1
- node_modules/@sindresorhus/is/dist/index.d.ts
- node_modules/@sindresorhus/is/dist/index.js
- node_modules/@sindresorhus/is/dist/index.js.map
- node_modules/@sindresorhus/is/license
- node_modules/@sindresorhus/is/package.json
- node_modules/@sindresorhus/is/readme.md
- node_modules/@szmarczak/http-timer/LICENSE
- node_modules/@szmarczak/http-timer/README.md
- node_modules/@szmarczak/http-timer/package.json
- node_modules/@szmarczak/http-timer/source/index.js
- node_modules/@types/mongodb/LICENSE
- node_modules/@types/mongodb/README.md
- node_modules/@types/mongodb/package.json
- node_modules/@types/node/LICENSE
- node_modules/@types/node/README.md
- node_modules/@types/node/assert.d.ts
- node_modules/@types/node/async_hooks.d.ts
- node_modules/@types/node/buffer.d.ts
- node_modules/@types/node/child_process.d.ts
- node_modules/@types/node/cluster.d.ts
- node_modules/@types/node/console.d.ts
- node_modules/@types/node/constants.d.ts
- node_modules/@types/node/crypto.d.ts
- node_modules/@types/node/dgram.d.ts
- node_modules/@types/node/dns.d.ts
- node_modules/@types/node/domain.d.ts
- node_modules/@types/node/events.d.ts
- node_modules/@types/node/fs.d.ts
- node_modules/@types/node/fs/promises.d.ts
- node_modules/@types/node/globals.d.ts
- node_modules/@types/node/globals.global.d.ts
- node_modules/@types/node/http.d.ts
- node_modules/@types/node/http2.d.ts
- node_modules/@types/node/https.d.ts
- node_modules/@types/node/index.d.ts
- node_modules/@types/node/inspector.d.ts
- node_modules/@types/node/module.d.ts
- node_modules/@types/node/net.d.ts
- node_modules/@types/node/os.d.ts
- node_modules/@types/node/package.json
- node_modules/@types/node/path.d.ts
- node_modules/@types/node/perf_hooks.d.ts
- node_modules/@types/node/process.d.ts
- node_modules/@types/node/punycode.d.ts
- node_modules/@types/node/querystring.d.ts
- node_modules/@types/node/readline.d.ts
- node_modules/@types/node/repl.d.ts
- node_modules/@types/node/stream.d.ts
- node_modules/@types/node/string_decoder.d.ts
- node_modules/@types/node/timers.d.ts
- node_modules/@types/node/tls.d.ts
- node_modules/@types/node/trace_events.d.ts
- node_modules/@types/node/tty.d.ts
- node_modules/@types/node/url.d.ts
- node_modules/@types/node/util.d.ts
- node_modules/@types/node/v8.d.ts
- node_modules/@types/node/vm.d.ts
- node_modules/@types/node/wasi.d.ts
- node_modules/@types/node/worker_threads.d.ts
- node_modules/@types/node/zlib.d.ts
- node_modules/abbrev/LICENSE
- node_modules/abbrev/README.md
- node_modules/abbrev/abbrev.js
- node_modules/abbrev/package.json
- node_modules/accepts/HISTORY.md
- node_modules/accepts/LICENSE
- node_modules/accepts/README.md
- node_modules/accepts/index.js
- node_modules/accepts/package.json
- node_modules/acorn/CHANGELOG.md
- node_modules/acorn/LICENSE
- node_modules/acorn/README.md
- node_modules/acorn/bin/acorn
- node_modules/acorn/dist/acorn.d.ts
- node_modules/acorn/dist/acorn.js
- node_modules/acorn/dist/acorn.mjs
- node_modules/acorn/dist/acorn.mjs.d.ts
- node_modules/acorn/dist/bin.js
- node_modules/acorn/package.json
- node_modules/ansi-align/CHANGELOG.md
- node_modules/ansi-align/LICENSE
- node_modules/ansi-align/README.md
- node_modules/ansi-align/index.js
- node_modules/ansi-align/package.json
- node_modules/ansi-colors/LICENSE
- node_modules/ansi-colors/README.md
- node_modules/ansi-colors/index.js
- node_modules/ansi-colors/package.json
- node_modules/ansi-colors/symbols.js
- node_modules/ansi-colors/types/index.d.ts
- node_modules/ansi-regex/in
- Aborting
- hint: Could not execute the todo command
- hint:
- hint: pick d367d30a8eceecad805512ca45cf8f3feb92f218 First version
- hint:
- hint: It has been rescheduled; To edit the command before continuing, please
- hint: edit the todo list first:
- hint:
- hint: git rebase --edit-todo
- hint: git rebase --continue
- Could not apply d367d30... First version
- > git ls-files --stage -- D:\CODE\src\index.ts
- > git show --textconv :src/index.ts
- > git status -z -u
- > git check-ignore -v -z --stdin
- > git symbolic-ref --short HEAD
- fatal: ref HEAD is not a symbolic ref
- > git rev-parse HEAD
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git show -s --format=%H%n%aN%n%aE%n%at%n%ct%n%P%n%B -z d367d30a8eceecad805512ca45cf8f3feb92f218
- > git log --format=%H%n%aN%n%aE%n%at%n%ct%n%P%n%B -z -n21 -- d:\CODE\src\index.ts
- > git check-ignore -v -z --stdin
- > git check-ignore -v -z --stdin
- > git check-ignore -v -z --stdin
- > git config --get commit.template
- > git check-ignore -v -z --stdin
- > git check-ignore -v -z --stdin
- > git check-ignore -v -z --stdin
- > git check-ignore -v -z --stdin
- > git log --format=%H%n%aN%n%aE%n%at%n%ct%n%P%n%B -z -n21 -- d:\CODE\src\index.ts
- > git show -s --format=%H%n%aN%n%aE%n%at%n%ct%n%P%n%B -z HEAD
- > git reset --soft HEAD~
- > git status -z -u
- > git check-ignore -v -z --stdin
- > git ls-files --stage -- D:\CODE\src\index.ts
- > git show --textconv :src/index.ts
- > git symbolic-ref --short HEAD
- fatal: ref HEAD is not a symbolic ref
- > git rev-parse HEAD
- > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
- > git remote --verbose
- > git show -s --format=%H%n%aN%n%aE%n%at%n%ct%n%P%n%B -z d367d30a8eceecad805512ca45cf8f3feb92f218
- > git config --get commit.template
- > git log --format=%H%n%aN%n%aE%n%at%n%ct%n%P%n%B -z -n21 -- d:\CODE\src\index.ts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement