Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (payment_and_dedup)
- $ git status
- On branch payment_and_dedup
- 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)
- (commit or discard the untracked or modified content in submodules)
- modified: openg2p-erp-community-addon (modified content)
- modified: openg2p/models/openg2p_beneficiary.py
- modified: openg2p_disbursement_advice/__manifest__.py
- modified: openg2p_disbursement_advice/models/openg2p_disbursement_advice_line.py
- modified: openg2p_disbursement_advice/views/openg2p_disbursement_batch_transaction.xml
- modified: openg2p_disbursement_advice/views/openg2p_disbursement_main.xml
- modified: openg2p_disbursement_advice/views/openg2p_disbursement_single_transaction.xml
- modified: openg2p_disbursement_advice/views/res_partner_bank.xml
- modified: openg2p_registration/models/openg2p_registration.py
- Untracked files:
- (use "git add <file>..." to include in what will be committed)
- openg2p_disbursement_advice/views/action_menu.xml
- openg2p_disbursement_advice/views/transaction_menu.xml
- no changes added to commit (use "git add" and/or "git commit -a")
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (payment_and_dedup)
- $ git add .
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (payment_and_dedup)
- $ git status
- On branch payment_and_dedup
- Changes to be committed:
- (use "git restore --staged <file>..." to unstage)
- modified: openg2p/models/openg2p_beneficiary.py
- modified: openg2p_disbursement_advice/__manifest__.py
- modified: openg2p_disbursement_advice/models/openg2p_disbursement_advice_line.py
- new file: openg2p_disbursement_advice/views/action_menu.xml
- modified: openg2p_disbursement_advice/views/openg2p_disbursement_batch_transaction.xml
- modified: openg2p_disbursement_advice/views/openg2p_disbursement_main.xml
- modified: openg2p_disbursement_advice/views/openg2p_disbursement_single_transaction.xml
- modified: openg2p_disbursement_advice/views/res_partner_bank.xml
- new file: openg2p_disbursement_advice/views/transaction_menu.xml
- modified: openg2p_registration/models/openg2p_registration.py
- 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)
- (commit or discard the untracked or modified content in submodules)
- modified: openg2p-erp-community-addon (modified content)
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (payment_and_dedup)
- $ git commit -m "added new menu and sub-menus"
- [payment_and_dedup 5409a75] added new menu and sub-menus
- 10 files changed, 76 insertions(+), 94 deletions(-)
- create mode 100644 openg2p_disbursement_advice/views/action_menu.xml
- create mode 100644 openg2p_disbursement_advice/views/transaction_menu.xml
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (payment_and_dedup)
- $ git push origin_dev payment_and_dedup
- Enumerating objects: 34, done.
- Counting objects: 100% (34/34), done.
- Delta compression using up to 8 threads
- Compressing objects: 100% (19/19), done.
- Writing objects: 100% (19/19), 2.34 KiB | 1.17 MiB/s, done.
- Total 19 (delta 16), reused 0 (delta 0), pack-reused 0
- remote: Resolving deltas: 100% (16/16), completed with 15 local objects.
- To https://github.com/openg2p-dev/openg2p-erp
- 3b5fe28..5409a75 payment_and_dedup -> payment_and_dedup
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (payment_and_dedup)
- $ git add .
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (payment_and_dedup)
- $ git commit -m "bank field"
- [payment_and_dedup c22ce18] bank field
- 2 files changed, 14 insertions(+), 12 deletions(-)
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (payment_and_dedup)
- $ git fetch --all
- Fetching origin_dev
- remote: Enumerating objects: 317, done.
- remote: Counting objects: 100% (230/230), done.
- remote: Compressing objects: 100% (81/81), done.
- Receiving objects: 80% (115/143)eused 98 (delta 58), pack-reused 0
- Receiving objects: 100% (143/143), 94.21 KiB | 1015.00 KiB/s, done.
- Resolving deltas: 100% (102/102), completed with 50 local objects.
- From https://github.com/openg2p-dev/openg2p-erp
- * [new branch] age_filter -> origin_dev/age_filter
- ed83eca..04e53f9 deduplication -> origin_dev/deduplication
- 8f52c1a..591ff81 dev -> origin_dev/dev
- * [new branch] formatting -> origin_dev/formatting
- * [new branch] master -> origin_dev/master
- * [new branch] odk-connector -> origin_dev/odk-connector
- * [new branch] odk_connect -> origin_dev/odk_connect
- * [new branch] regd_bank -> origin_dev/regd_bank
- * [new branch] security -> origin_dev/security
- Fetching origin
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (payment_and_dedup)
- $ git checkout openg2p_dev/security
- error: pathspec 'openg2p_dev/security' did not match any file(s) known to git
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (payment_and_dedup)
- $ git checkout origin_dev/security
- warning: unable to rmdir 'openg2p-erp-community-addon': Directory not empty
- Note: switching to 'origin_dev/security'.
- You are in 'detached HEAD' state. You can look around, make experimental
- changes and commit them, and you can discard any commits you make in this
- state without impacting any branches by switching back to a branch.
- If you want to create a new branch to retain commits you create, you may
- do so (now or later) by using -c with the switch command. Example:
- git switch -c <new-branch-name>
- Or undo this operation with:
- git switch -
- Turn off this advice by setting config variable advice.detachedHead to false
- HEAD is now at 2cc68a2 icon for odk-connect app: error
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp ((2cc68a2...))
- $ git checkout deduplication
- Previous HEAD position was 2cc68a2 icon for odk-connect app: error
- Switched to branch 'deduplication'
- M openg2p-erp-community-addon
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git pull
- 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=<remote>/<branch> deduplication
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git pull origin_dev deduplication
- From https://github.com/openg2p-dev/openg2p-erp
- * branch deduplication -> FETCH_HEAD
- Updating ed83eca..04e53f9
- Fast-forward
- default_ide.editorconfig | 731 +++++++++++++++++++++
- .../models/openg2p_registration.py | 2 +-
- 2 files changed, 732 insertions(+), 1 deletion(-)
- create mode 100644 default_ide.editorconfig
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication|MERGING)
- $ git add .
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication|MERGING)
- $ git commit
- hint: Waiting for your editor to close the file...
- [deduplication 409fb7b] Merge branch 'dev' of https://github.com/openg2p-dev/openg2p-erp into deduplication
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git push
- fatal: The current branch deduplication has no upstream branch.
- To push the current branch and set the remote as upstream, use
- git push --set-upstream origin deduplication
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git push origin_dev deduplication
- Enumerating objects: 28, done.
- Counting objects: 100% (28/28), done.
- Delta compression using up to 8 threads
- Compressing objects: 100% (10/10), done.
- Writing objects: 100% (10/10), 999 bytes | 999.00 KiB/s, done.
- Total 10 (delta 9), reused 0 (delta 0), pack-reused 0
- remote: Resolving deltas: 100% (9/9), completed with 9 local objects.
- To https://github.com/openg2p-dev/openg2p-erp
- 04e53f9..409fb7b deduplication -> deduplication
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git add .
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git commit
- hint: Waiting for your editor to close the file...
- Aborting commit due to empty commit message.
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git status
- On branch deduplication
- Changes to be committed:
- (use "git restore --staged <file>..." to unstage)
- modified: openg2p_registration/models/openg2p_registration.py
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git log --oneline
- 409fb7b (HEAD -> deduplication, origin_dev/deduplication) Merge branch 'dev' of https://github.com/openg2p-dev/openg2p-erp into deduplication
- 591ff81 (origin_dev/dev) [REFACTOR] Formatted all Python files with Black (#12)
- 04e53f9 Typo fix
- ed83eca changes after pull request
- 53ba225 checking bank_account_id
- 093441f changes in xml
- fa6b6ce all files formatted
- 8f52c1a [FEAT] ODK Submission -> Registration and Organisation Fields (#5)
- cbac77d formatting changes
- b540d3a uncommenting rohnaks
- 0b4e77f [FEAT] Bank fields in Registration (#8)
- 15a28fe [FEAT] Age Filter for Beneficiaries (#6)
- cd39ffc [Module] ODK Connector (#10)
- cbd8e7f (origin/deduplication) changes in bank fields
- c0bd4eb bank fields
- a218769 deduplication_code
- ffcf603 (regd_bank) bank account in UI fixed
- c68d44a bank account in regd done
- 216ae31 bank fields in registration
- b2242b8 Bank fields in registration
- 949706a Submission to registration
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git checkout origin_dev/dev
- error: Your local changes to the following files would be overwritten by checkout:
- openg2p_registration/models/openg2p_registration.py
- Please commit your changes or stash them before you switch branches.
- Aborting
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git stash
- Saved working directory and index state WIP on deduplication: 409fb7b Merge branch 'dev' of https://github.com/openg2p-dev/openg2p-erp into deduplication
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git stash clear
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp (deduplication)
- $ git checkout origin_dev/dev
- Note: switching to 'origin_dev/dev'.
- You are in 'detached HEAD' state. You can look around, make experimental
- changes and commit them, and you can discard any commits you make in this
- state without impacting any branches by switching back to a branch.
- If you want to create a new branch to retain commits you create, you may
- do so (now or later) by using -c with the switch command. Example:
- git switch -c <new-branch-name>
- Or undo this operation with:
- git switch -
- Turn off this advice by setting config variable advice.detachedHead to false
- HEAD is now at 591ff81 [REFACTOR] Formatted all Python files with Black (#12)
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp ((591ff81...))
- $ git checkout origin_dev de
- deduplication dev
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp ((591ff81...))
- $ git checkout origin_dev de
- deduplication dev
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp ((591ff81...))
- $ git checkout origin_dev deduplication
- error: pathspec 'origin_dev' did not match any file(s) known to git
- error: pathspec 'deduplication' did not match any file(s) known to git
- ISHAN RANASINGH@LAPTOP-NR399VJO MINGW64 /f/odoo12/odoo/openg2p-erp ((591ff81...))
- $ git checkout deduplication
- Previous HEAD position was 591ff81 [REFACTOR] Formatted all Python files with Black (#12)
- Switched to branch 'deduplication'
Advertisement
Add Comment
Please, Sign In to add comment