Anda di halaman 1dari 4

Commands:

git status
git stash clear
git stash / git stash save
git pull --rebase
git stash pop
git status | more
git add <filenames>
git commit -m "FPID:FP3698 ...... " (TR:......)
git push origin HEAD:refs/for/ingr_cm15_2_dev ( this is the branch name you want to
push into)

git branch -a|grep future

git commit -m "TR:HV83849 MM15.x: FGF CXC 401 0199/264 present in Multi Mediation15
Toolbox BSS kPDR/day"
=====

after that go to https://gerrit.epk.ericsson.se

add reviewer name

Since you are cloning in windows, there are certain file formats that windows dont
understand like files with colon : or file having a dot .
You can try cloning into linux box it will work.

For windows, try setting config as this -


git config core.protectntfs false

Go to onm repo cloned apply this config and then


Git stash
Git pull rebase
Git stash apply

git push origin HEAD:refs/for/ingr_cm15_2_dev

====================

Email IDs for cm team:


Kapil Negi <kapil.negi@ericsson.com>; Nazia Mazhar <nazia.mazhar@ericsson.com>;
Pankaj Kumar Yadav <PankajKumar.Yadav@ericsson.com>; Sakshi Arora
<sakshi.arora@ericsson.com>

** Abandon and then :-


git reset --soft HEAD~1

To go 2 commits before
git reset --soft HEAD^^

git push origin HEAD:refs/for/ingr_cm15_2_future_icp_1702


=======
To amend file
git add files
git commit --amend
!wq
========================
:w

# modified: processing/points/FormatterPoint.cc
# modified: processing/points/Makefile
# modified: processing/points/testDRViewerPoint.cc
# modified: processing/tables/Makefile
# modified: ../launch/testConf/manager_CXC1737977_R1A.properties

before firing any command kill manager


git status
>git stash
>git pull --rebase
>git stash pop

git add dynamethods/tables/TableMethods.cc dynamethods/tables/TableMethods.hh


processing/tables/DBTableImpl.cc processing/tables/DBTableImpl.hh
processing/tables/Table.cc processing/tables/Table.hh
processing/tables/TableImpl.cc processing/tables/TableImpl.hh
after that go to GUI
cm_clean_install
manager run
GUI launch then test

>git branch
* ingr_cm15_1_dev
master
git checkout ingr_cm15_2_dev

>git branch
ingr_cm15_1_dev
* ingr_cm15_2_dev
master

after that make all j16 >& out

HV36363 ##Legacy## Process Group information in detail button is not correct


during MNP for Standalone

branch 8 ingr_cm83_dev
git checkout ingr_cm83_dev

compile on sekax100

===

create clone

%sekax135:/workarea/MM/gerrit_clones/xkkrssp

>CREATE_CLONE_CoM

-----------------------------------------------------------------------------------
--------------------------------
\t\t\t\t\t\t SCRIPT TO CREATE CLONE
-----------------------------------------------------------------------------------
--------------------------------

\t1. ONM - Gerrit clone

\t2. MM_Data

\tx. Quit / Exit

\tPLEASE ENTER YOUR CHOICE \t\t\t\t: - \c


1

=== smart pc

git add file_name


git commit m PCID:PC SMART DB lookup longest search
git push origin HEAD:refs/for/ingr_cm15_2_pc_smart

>git commit --amend

>git reset --soft HEAD^


Reset the file which you dont want to commit by following:
>git reset file_name

git reset HEAD coders/encoders/dynaEncoders/XMLEncoder/XMLEncoder.cc

==

git chechout processing/tables/DBTableImpl.cc

git commit -m "PCID:PC SMART DB FNT fixes"


git push origin HEAD:refs/for/ingr_cm15_2_dev

==

PGPASSWORD=pass1234 psql -u MyUsername myUserName

export PGPASSWORD='password'
psql -h 'server name' -U 'user name' -d 'base name' \
-c 'command' (eg. "select * from schema.table")

sql plan

SQL> explain plan for select * from dual;

Explained

SQL> select * from table(dbms_xplan.display);


export PGPASSWORD='password'; psql -h 'server name' -U 'user name' -d 'base name'
-c 'command'

thread apply all bt

===

TR_ template
https://mhweb.ericsson.se/TREditWeb/faces/oo/object.xhtml?eriref=HV55195

https://mhweb.ericsson.se/TREditWeb/faces/oo/object.xhtml?eriref=HV51816

=====

git config core.protectntfs false

in case of below error

deleted: fe_source/communication/CAPI/basicTest/TTFILE.0001.
deleted: fe_source/communication/CAPI/basicTest/TTFILE.0002.
deleted: fe_source/communication/CAPI/basicTest/TTFILE.0003.
deleted: fe_source/communication/MTP/TTFILE.test.
deleted: fe_source/distribution/nodes/test/ALBDupBasedData/TAD
118:1}1345712791}0}proc_DefaultCollectorGroup_0_1345712791_1}0}0}117

deleted: fe_source/distribution/nodes/test/ALBDupBasedData/TAD
118:1}1345712791}0}proc_DefaultCollectorGroup_0_1345712791_1}0}0}117

deleted: fe_source/distribution/nodes/test/ALBDupBasedData/TAD
118:2}1345712791}0}proc_DefaultCollectorGroup_0_1345712791_1}0}0}117

deleted: fe_source/distribution/nodes/test/ALBDupBasedData/TAD
118:3}1345712791}0}proc_DefaultCollectorGroup_0_1345712791_1}0}0}117

deleted: fe_source/distribution/nodes/test/ALBDupBasedData/TAD
118:4}1345712791}0}proc_DefaultCollectorGroup_0_1345712791_1}0}0}117

deleted: fe_source/distribution/nodes/test/ALBDupBasedData/TAD
119:2}1345712791}0}proc_DefaultCollectorGroup_0_1345712791_1}0}0}117

modified: fe_source/scripts/bundling/rpmbuild/mmserver.spec
deleted: fe_source/tools/simulatorFramework/testdata/UDP_GTPpr

=================

Anda mungkin juga menyukai