--------------------------------------
pg_start [(brand name)::(country)]
pgg show-push (list push status )
1. git checkout [master]
2. git pull
3. pgg branch ( create branch )
4. git branch (list of local branch)
5. modifty files
6. git status (list of modify files)
7. git diff [filename] check differnce
8. git add [filename]
9. git commit -m "some comment" ([path and file name])
[the frist time setting gobal var
git config --global user name
git config --globle user email
]
git stash save "updated"
10.git status
11.git push
11.pgg push [branch names] [env]
the same git checkout env-all-eng
git pull
12.sudo pull to push to dev
13 QA verifty after push to other env and master
14 push to stage
15 stage push live
没有评论:
发表评论